#EA96B8

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

Shades of Shocking #EA96B8

Tints of Shocking #EA96B8

Color information

#EA96B8 (or 0xEA96B8) is unknown color: approx Shocking. HEX triplet: EA, 96 and B8. RGB value is (234,150,184). Sum of RGB (Red+Green+Blue) = 234+150+184=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96B8 is #156947. Grayscale: #B2B2B2. Windows color (decimal): -1403208 or 12097258. OLE color: 12097258.

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

Color convert

RGB234150184-
CMYK00.360.210.08
HSL335.71º66.67%75.29%-
HSV(B)335.71º35.9%91.76%-
XYZ53.4942.7750.78-
YUV178.99130.83167.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 184 (72.27% from 255) = 32.39%
R=41.20%
G=26.41%
B=32.39%

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
Decimal23415018400.360.210.08335.7166.6775.29
HexEA96B8024158150434b
Octal3522262700442510520103113
Binary111010101001011010111000010010010101100010101000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA96B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA96B8; }

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

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

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

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

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

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

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

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