#EA99BB

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

Shades of Shocking #EA99BB

Tints of Shocking #EA99BB

Color information

#EA99BB (or 0xEA99BB) is unknown color: approx Shocking. HEX triplet: EA, 99 and BB. RGB value is (234,153,187). Sum of RGB (Red+Green+Blue) = 234+153+187=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99BB is #156644. Grayscale: #B5B5B5. Windows color (decimal): -1402437 or 12294634. OLE color: 12294634.

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

Color convert

RGB234153187-
CMYK00.350.200.08
HSL334.81º65.85%75.88%-
HSV(B)334.81º34.62%91.76%-
XYZ54.2943.8652.62-
YUV181.1131.34165.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=40.77%
G=26.66%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415318700.350.200.08334.8165.8575.88
HexEA99BB02314814f424c
Octal3522312730432410517102114
Binary111010101001100110111011010001110100100010100111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99BB; }

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

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

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

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

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

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

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

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