#EA9DCE

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

Shades of Shocking #EA9DCE

Tints of Shocking #EA9DCE

Color information

#EA9DCE (or 0xEA9DCE) is unknown color: approx Shocking. HEX triplet: EA, 9D and CE. RGB value is (234,157,206). Sum of RGB (Red+Green+Blue) = 234+157+206=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DCE is #156231. Grayscale: #B9B9B9. Windows color (decimal): -1401394 or 13540842. OLE color: 13540842.

HSL color Cylindrical-coordinate representation of color #EA9DCE: hue angle of 321.82º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DCE is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234157206-
CMYK00.330.120.08
HSL321.82º64.71%76.67%-
HSV(B)321.82º32.91%91.76%-
XYZ57.1346.0664.27-
YUV185.61139.51162.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 157 (61.72% from 255) = 26.30%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=39.20%
G=26.30%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415720600.330.120.08321.8264.7176.67
HexEA9DCE021C8142414d
Octal3522353160411410502101115
Binary11101010100111011100111001000011100100010100001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DCE; }

 p { color: rgb(234,157,206); }

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

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

 a { background-color: rgb(234,157,206); }

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

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

 span { border-color: rgb(234,157,206); }

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