Shades of Shocking Pink #E809B8
Tints of Shocking Pink #E809B8
RGB
CMYK
RGB Variations
Color information
#E809B8 (or 0xE809B8) is known color: Shocking Pink. HEX triplet: E8, 09 and B8. RGB value is (232,9,184). Sum of RGB (Red+Green+Blue) = 232+9+184=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E809B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E809B8 is #17F647. Grayscale: #5F5F5F. Windows color (decimal): -1570376 or 12061160. OLE color: 12061160.
HSL color Cylindrical-coordinate representation of color #E809B8: hue angle of 312.91º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E809B8 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 184 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.09 |
| HSL | 312.91º | 0.93% | 0.47% | - |
| HSV(B) | 312.91º | 0.96% | 0.91% | - |
| XYZ | 42.03 | 20.81 | 47.15 | - |
| YUV | 95.63 | 177.88 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 184 | 0 | 0.96 | 0.21 | 0.09 | 312.91 | 0.93 | 0.47 |
| Hex | E8 | 9 | B8 | 0 | 60 | 15 | 9 | 139 | 5D | 2F |
| Octal | 350 | 11 | 270 | 0 | 140 | 25 | 11 | 471 | 135 | 57 |
| Binary | 11101000 | 1001 | 10111000 | 0 | 1100000 | 10101 | 1001 | 100111001 | 1011101 | 101111 |
Color Harmonies of #E809B8
Complementary color
Monochromatic Colors of #E809B8
Black with #E809B8
Text Example
Text Example
White with #E809B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E809B8; }
p { color: rgb(232,9,184); }
H1.HeaderClassName
{
color: #E809B8;
}
.AnyTagClassName
{
color: #E809B8;
}
</style>
background-color css
<style>
a { background-color: #E809B8; }
a { background-color: rgb(232,9,184); }
div.DivClassName
{
background-color: #E809B8;
}
.BgClassName
{
background-color: #E809B8;
}
</style>
border-color css
<style>
span { border-color: #E809B8; }
span { border-color: rgb(232,9,184); }
td.TdClassName
{
border-color: #E809B8;
}
.TagClassName
{
border-color: #E809B8;
}
</style>