#E9A0CA

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

Shades of Shocking #E9A0CA

Tints of Shocking #E9A0CA

Color information

#E9A0CA (or 0xE9A0CA) is unknown color: approx Shocking. HEX triplet: E9, A0 and CA. RGB value is (233,160,202). Sum of RGB (Red+Green+Blue) = 233+160+202=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A0CA is #165F35. Grayscale: #BABABA. Windows color (decimal): -1466166 or 13279465. OLE color: 13279465.

HSL color Cylindrical-coordinate representation of color #E9A0CA: hue angle of 325.48º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9A0CA is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233160202-
CMYK00.310.130.09
HSL325.48º62.39%77.06%-
HSV(B)325.48º31.33%91.37%-
XYZ56.8446.7361.9-
YUV186.61136.68161.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.16%
GREEN value IS 160 (62.89% from 255) = 26.89%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=39.16%
G=26.89%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316020200.310.130.09325.4862.3977.06
HexE9A0CA01FD91453e4d
Octal351240312037151150576115
Binary111010011010000011001010011111110110011010001011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A0CA; }

 p { color: rgb(233,160,202); }

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

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

 a { background-color: rgb(233,160,202); }

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

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

 span { border-color: rgb(233,160,202); }

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