#EA96B9

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

Shades of Shocking #EA96B9

Tints of Shocking #EA96B9

Color information

#EA96B9 (or 0xEA96B9) is unknown color: approx Shocking. HEX triplet: EA, 96 and B9. RGB value is (234,150,185). Sum of RGB (Red+Green+Blue) = 234+150+185=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96B9 is #156946. Grayscale: #B3B3B3. Windows color (decimal): -1403207 or 12162794. OLE color: 12162794.

HSL color Cylindrical-coordinate representation of color #EA96B9: hue angle of 335º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA96B9 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234150185-
CMYK00.360.210.08
HSL335º66.67%75.29%-
HSV(B)335º35.9%91.76%-
XYZ53.5942.8151.34-
YUV179.11131.33167.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=41.12%
G=26.36%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415018500.360.210.0833566.6775.29
HexEA96B902415814f434b
Octal3522262710442510517103113
Binary111010101001011010111001010010010101100010100111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA96B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA96B9; }

 p { color: rgb(234,150,185); }

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

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

 a { background-color: rgb(234,150,185); }

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

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

 span { border-color: rgb(234,150,185); }

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