#E2A1BA

Color #E2A1BA Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E2A1BA

Tints of Shocking #E2A1BA

Color information

#E2A1BA (or 0xE2A1BA) is unknown color: approx Shocking. HEX triplet: E2, A1 and BA. RGB value is (226,161,186). Sum of RGB (Red+Green+Blue) = 226+161+186=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A1BA is #1D5E45. Grayscale: #B7B7B7. Windows color (decimal): -1924678 or 12231138. OLE color: 12231138.

HSL color Cylindrical-coordinate representation of color #E2A1BA: hue angle of 336.92º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2A1BA is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226161186-
CMYK00.290.180.11
HSL336.92º52.85%75.88%-
HSV(B)336.92º28.76%88.63%-
XYZ52.9745.252.39-
YUV183.28129.53158.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 161 (63.28% from 255) = 28.10%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=39.44%
G=28.10%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616118600.290.180.11336.9252.8575.88
HexE2A1BA01D12B151354c
Octal342241272035221352165114
Binary1110001010100001101110100111011001010111010100011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A1BA; }

 p { color: rgb(226,161,186); }

 H1.HeaderClassName
 {
   color: #E2A1BA;
 }
 .AnyTagClassName
 {
   color: #E2A1BA;
 }
</style>
background-color css

<style>
 a { background-color: #E2A1BA; }

 a { background-color: rgb(226,161,186); }

 div.DivClassName
 {
   background-color: #E2A1BA;
 }
 .BgClassName
 {
   background-color: #E2A1BA;
 }
</style>
border-color css

<style>
 span { border-color: #E2A1BA; }

 span { border-color: rgb(226,161,186); }

 td.TdClassName
 {
   border-color: #E2A1BA;
 }
 .TagClassName
 {
   border-color: #E2A1BA;
 }
</style>