#E2A0BB

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

Shades of Shocking #E2A0BB

Tints of Shocking #E2A0BB

Color information

#E2A0BB (or 0xE2A0BB) is unknown color: approx Shocking. HEX triplet: E2, A0 and BB. RGB value is (226,160,187). Sum of RGB (Red+Green+Blue) = 226+160+187=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A0BB is #1D5F44. Grayscale: #B6B6B6. Windows color (decimal): -1924933 or 12296418. OLE color: 12296418.

HSL color Cylindrical-coordinate representation of color #E2A0BB: hue angle of 335.45º 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 #E2A0BB is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB226160187-
CMYK00.290.170.11
HSL335.45º53.23%75.69%-
HSV(B)335.45º29.2%88.63%-
XYZ52.944.952.89-
YUV182.81130.37158.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 160 (62.89% from 255) = 27.92%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=39.44%
G=27.92%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616018700.290.170.11335.4553.2375.69
HexE2A0BB01D11B14f354c
Octal342240273035211351765114
Binary1110001010100000101110110111011000110111010011111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A0BB; }

 p { color: rgb(226,160,187); }

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

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

 a { background-color: rgb(226,160,187); }

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

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

 span { border-color: rgb(226,160,187); }

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