#E2A0CB

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

Shades of Shocking #E2A0CB

Tints of Shocking #E2A0CB

Color information

#E2A0CB (or 0xE2A0CB) is unknown color: approx Shocking. HEX triplet: E2, A0 and CB. RGB value is (226,160,203). Sum of RGB (Red+Green+Blue) = 226+160+203=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A0CB is #1D5F34. Grayscale: #B8B8B8. Windows color (decimal): -1924917 or 13344994. OLE color: 13344994.

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

Color convert

RGB226160203-
CMYK00.290.100.11
HSL320.91º53.23%75.69%-
HSV(B)320.91º29.2%88.63%-
XYZ54.7145.6262.42-
YUV184.64138.37157.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 160 (62.89% from 255) = 27.16%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=38.37%
G=27.16%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616020300.290.100.11320.9153.2375.69
HexE2A0CB01DAB141354c
Octal342240313035121350165114
Binary111000101010000011001011011101101010111010000011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A0CB; }

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

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

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

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

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

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

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

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