Shades of Shocking Pink #E80DBD
Tints of Shocking Pink #E80DBD
RGB
CMYK
RGB Variations
Color information
#E80DBD (or 0xE80DBD) is known color: Shocking Pink. HEX triplet: E8, 0D and BD. RGB value is (232,13,189). Sum of RGB (Red+Green+Blue) = 232+13+189=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80DBD is #17F242. Grayscale: #626262. Windows color (decimal): -1569347 or 12389864. OLE color: 12389864.
HSL color Cylindrical-coordinate representation of color #E80DBD: hue angle of 311.78º 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 #E80DBD is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.09 |
| HSL | 311.78º | 0.89% | 0.48% | - |
| HSV(B) | 311.78º | 0.94% | 0.91% | - |
| XYZ | 42.61 | 21.12 | 49.97 | - |
| YUV | 98.55 | 179.05 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 189 | 0 | 0.94 | 0.19 | 0.09 | 311.78 | 0.89 | 0.48 |
| Hex | E8 | D | BD | 0 | 5E | 13 | 9 | 138 | 59 | 30 |
| Octal | 350 | 15 | 275 | 0 | 136 | 23 | 11 | 470 | 131 | 60 |
| Binary | 11101000 | 1101 | 10111101 | 0 | 1011110 | 10011 | 1001 | 100111000 | 1011001 | 110000 |
Color Harmonies of #E80DBD
Complementary color
Monochromatic Colors of #E80DBD
Black with #E80DBD
Text Example
Text Example
White with #E80DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DBD; }
p { color: rgb(232,13,189); }
H1.HeaderClassName
{
color: #E80DBD;
}
.AnyTagClassName
{
color: #E80DBD;
}
</style>
background-color css
<style>
a { background-color: #E80DBD; }
a { background-color: rgb(232,13,189); }
div.DivClassName
{
background-color: #E80DBD;
}
.BgClassName
{
background-color: #E80DBD;
}
</style>
border-color css
<style>
span { border-color: #E80DBD; }
span { border-color: rgb(232,13,189); }
td.TdClassName
{
border-color: #E80DBD;
}
.TagClassName
{
border-color: #E80DBD;
}
</style>