Shades of Shocking Pink #E80DB8
Tints of Shocking Pink #E80DB8
RGB
CMYK
RGB Variations
Color information
#E80DB8 (or 0xE80DB8) is known color: Shocking Pink. HEX triplet: E8, 0D and B8. RGB value is (232,13,184). Sum of RGB (Red+Green+Blue) = 232+13+184=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80DB8 is #17F247. Grayscale: #616161. Windows color (decimal): -1569352 or 12062184. OLE color: 12062184.
HSL color Cylindrical-coordinate representation of color #E80DB8: hue angle of 313.15º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80DB8 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 184 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.09 |
| HSL | 313.15º | 0.89% | 0.48% | - |
| HSV(B) | 313.15º | 0.94% | 0.91% | - |
| XYZ | 42.07 | 20.9 | 47.16 | - |
| YUV | 97.98 | 176.55 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 184 | 0 | 0.94 | 0.21 | 0.09 | 313.15 | 0.89 | 0.48 |
| Hex | E8 | D | B8 | 0 | 5E | 15 | 9 | 139 | 59 | 30 |
| Octal | 350 | 15 | 270 | 0 | 136 | 25 | 11 | 471 | 131 | 60 |
| Binary | 11101000 | 1101 | 10111000 | 0 | 1011110 | 10101 | 1001 | 100111001 | 1011001 | 110000 |
Color Harmonies of #E80DB8
Complementary color
Monochromatic Colors of #E80DB8
Black with #E80DB8
Text Example
Text Example
White with #E80DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DB8; }
p { color: rgb(232,13,184); }
H1.HeaderClassName
{
color: #E80DB8;
}
.AnyTagClassName
{
color: #E80DB8;
}
</style>
background-color css
<style>
a { background-color: #E80DB8; }
a { background-color: rgb(232,13,184); }
div.DivClassName
{
background-color: #E80DB8;
}
.BgClassName
{
background-color: #E80DB8;
}
</style>
border-color css
<style>
span { border-color: #E80DB8; }
span { border-color: rgb(232,13,184); }
td.TdClassName
{
border-color: #E80DB8;
}
.TagClassName
{
border-color: #E80DB8;
}
</style>