#EA99C2

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

Shades of Shocking #EA99C2

Tints of Shocking #EA99C2

Color information

#EA99C2 (or 0xEA99C2) is unknown color: approx Shocking. HEX triplet: EA, 99 and C2. RGB value is (234,153,194). Sum of RGB (Red+Green+Blue) = 234+153+194=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99C2 is #15663D. Grayscale: #B5B5B5. Windows color (decimal): -1402430 or 12753386. OLE color: 12753386.

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

Color convert

RGB234153194-
CMYK00.350.170.08
HSL329.63º65.85%75.88%-
HSV(B)329.63º34.62%91.76%-
XYZ55.0644.1756.66-
YUV181.89134.84165.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=40.28%
G=26.33%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415319400.350.170.08329.6365.8575.88
HexEA99C202311814a424c
Octal3522313020432110512102114
Binary111010101001100111000010010001110001100010100101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99C2; }

 p { color: rgb(234,153,194); }

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

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

 a { background-color: rgb(234,153,194); }

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

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

 span { border-color: rgb(234,153,194); }

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