Shades of Shocking #EA99BB
Tints of Shocking #EA99BB
RGB
CMYK
RGB Variations
Color information
#EA99BB (or 0xEA99BB) is known color: 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
| RGB | 234 | 153 | 187 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.08 |
| HSL | 334.81º | 0.66% | 0.76% | - |
| HSV(B) | 334.81º | 0.35% | 0.92% | - |
| XYZ | 54.29 | 43.86 | 52.62 | - |
| YUV | 181.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 187 | 0 | 0.35 | 0.20 | 0.08 | 334.81 | 0.66 | 0.76 |
| Hex | EA | 99 | BB | 0 | 23 | 14 | 8 | 14F | 42 | 4C |
| Octal | 352 | 231 | 273 | 0 | 43 | 24 | 10 | 517 | 102 | 114 |
| Binary | 11101010 | 10011001 | 10111011 | 0 | 100011 | 10100 | 1000 | 101001111 | 1000010 | 1001100 |
Color Harmonies of #EA99BB
Complementary color
Monochromatic Colors of #EA99BB
Black with #EA99BB
Text Example
Text Example
White with #EA99BB
Text Example
Text Example
HTML Codes & Css Web 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>