#EA9DCC

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

Shades of Shocking #EA9DCC

Tints of Shocking #EA9DCC

Color information

#EA9DCC (or 0xEA9DCC) is unknown color: approx Shocking. HEX triplet: EA, 9D and CC. RGB value is (234,157,204). Sum of RGB (Red+Green+Blue) = 234+157+204=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DCC is #156233. Grayscale: #B9B9B9. Windows color (decimal): -1401396 or 13409770. OLE color: 13409770.

HSL color Cylindrical-coordinate representation of color #EA9DCC: hue angle of 323.38º 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 #EA9DCC is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234157204-
CMYK00.330.130.08
HSL323.38º64.71%76.67%-
HSV(B)323.38º32.91%91.76%-
XYZ56.8945.9763-
YUV185.38138.51162.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=39.33%
G=26.39%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415720400.330.130.08323.3864.7176.67
HexEA9DCC021D8143414d
Octal3522353140411510503101115
Binary11101010100111011100110001000011101100010100001110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DCC; }

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

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

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

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

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

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

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

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