Shades of Shocking Pink #E808B9
Tints of Shocking Pink #E808B9
RGB
CMYK
RGB Variations
Color information
#E808B9 (or 0xE808B9) is known color: Shocking Pink. HEX triplet: E8, 08 and B9. RGB value is (232,8,185). Sum of RGB (Red+Green+Blue) = 232+8+185=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E808B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E808B9 is #17F746. Grayscale: #5E5E5E. Windows color (decimal): -1570631 or 12126440. OLE color: 12126440.
HSL color Cylindrical-coordinate representation of color #E808B9: hue angle of 312.59º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E808B9 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 185 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.09 |
| HSL | 312.59º | 0.93% | 0.47% | - |
| HSV(B) | 312.59º | 0.97% | 0.91% | - |
| XYZ | 42.12 | 20.83 | 47.7 | - |
| YUV | 95.15 | 178.71 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 185 | 0 | 0.97 | 0.20 | 0.09 | 312.59 | 0.93 | 0.47 |
| Hex | E8 | 8 | B9 | 0 | 61 | 14 | 9 | 139 | 5D | 2F |
| Octal | 350 | 10 | 271 | 0 | 141 | 24 | 11 | 471 | 135 | 57 |
| Binary | 11101000 | 1000 | 10111001 | 0 | 1100001 | 10100 | 1001 | 100111001 | 1011101 | 101111 |
Color Harmonies of #E808B9
Complementary color
Monochromatic Colors of #E808B9
Black with #E808B9
Text Example
Text Example
White with #E808B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E808B9; }
p { color: rgb(232,8,185); }
H1.HeaderClassName
{
color: #E808B9;
}
.AnyTagClassName
{
color: #E808B9;
}
</style>
background-color css
<style>
a { background-color: #E808B9; }
a { background-color: rgb(232,8,185); }
div.DivClassName
{
background-color: #E808B9;
}
.BgClassName
{
background-color: #E808B9;
}
</style>
border-color css
<style>
span { border-color: #E808B9; }
span { border-color: rgb(232,8,185); }
td.TdClassName
{
border-color: #E808B9;
}
.TagClassName
{
border-color: #E808B9;
}
</style>