#EA9CC5

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

Shades of Shocking #EA9CC5

Tints of Shocking #EA9CC5

Color information

#EA9CC5 (or 0xEA9CC5) is unknown color: approx Shocking. HEX triplet: EA, 9C and C5. RGB value is (234,156,197). Sum of RGB (Red+Green+Blue) = 234+156+197=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CC5 is #15633A. Grayscale: #B7B7B7. Windows color (decimal): -1401659 or 12950762. OLE color: 12950762.

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

Color convert

RGB234156197-
CMYK00.330.160.08
HSL328.46º65%76.47%-
HSV(B)328.46º33.33%91.76%-
XYZ55.945.358.62-
YUV184135.34163.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=39.86%
G=26.58%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415619700.330.160.08328.466576.47
HexEA9CC5021108148414c
Octal3522343050412010510101114
Binary111010101001110011000101010000110000100010100100010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9CC5; }

 p { color: rgb(234,156,197); }

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

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

 a { background-color: rgb(234,156,197); }

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

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

 span { border-color: rgb(234,156,197); }

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