Shades of Shocking Pink #E008B9
Tints of Shocking Pink #E008B9
RGB
CMYK
RGB Variations
Color information
#E008B9 (or 0xE008B9) is known color: Shocking Pink. HEX triplet: E0, 08 and B9. RGB value is (224,8,185). Sum of RGB (Red+Green+Blue) = 224+8+185=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E008B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008B9 is #1FF746. Grayscale: #5C5C5C. Windows color (decimal): -2094919 or 12126432. OLE color: 12126432.
HSL color Cylindrical-coordinate representation of color #E008B9: hue angle of 310.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008B9 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 185 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.12 |
| HSL | 310.83º | 0.93% | 0.45% | - |
| HSV(B) | 310.83º | 0.96% | 0.88% | - |
| XYZ | 39.58 | 19.52 | 47.58 | - |
| YUV | 92.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 185 | 0 | 0.96 | 0.17 | 0.12 | 310.83 | 0.93 | 0.45 |
| Hex | E0 | 8 | B9 | 0 | 60 | 11 | C | 137 | 5D | 2D |
| Octal | 340 | 10 | 271 | 0 | 140 | 21 | 14 | 467 | 135 | 55 |
| Binary | 11100000 | 1000 | 10111001 | 0 | 1100000 | 10001 | 1100 | 100110111 | 1011101 | 101101 |
Color Harmonies of #E008B9
Complementary color
Monochromatic Colors of #E008B9
Black with #E008B9
Text Example
Text Example
White with #E008B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008B9; }
p { color: rgb(224,8,185); }
H1.HeaderClassName
{
color: #E008B9;
}
.AnyTagClassName
{
color: #E008B9;
}
</style>
background-color css
<style>
a { background-color: #E008B9; }
a { background-color: rgb(224,8,185); }
div.DivClassName
{
background-color: #E008B9;
}
.BgClassName
{
background-color: #E008B9;
}
</style>
border-color css
<style>
span { border-color: #E008B9; }
span { border-color: rgb(224,8,185); }
td.TdClassName
{
border-color: #E008B9;
}
.TagClassName
{
border-color: #E008B9;
}
</style>