Shades of Shocking Pink #E70DBB
Tints of Shocking Pink #E70DBB
RGB
CMYK
RGB Variations
Color information
#E70DBB (or 0xE70DBB) is known color: Shocking Pink. HEX triplet: E7, 0D and BB. RGB value is (231,13,187). Sum of RGB (Red+Green+Blue) = 231+13+187=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DBB is #18F244. Grayscale: #616161. Windows color (decimal): -1634885 or 12258791. OLE color: 12258791.
HSL color Cylindrical-coordinate representation of color #E70DBB: hue angle of 312.11º 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 #E70DBB is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.09 |
| HSL | 312.11º | 0.89% | 0.48% | - |
| HSV(B) | 312.11º | 0.94% | 0.91% | - |
| XYZ | 42.07 | 20.86 | 48.82 | - |
| YUV | 98.02 | 178.22 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 187 | 0 | 0.94 | 0.19 | 0.09 | 312.11 | 0.89 | 0.48 |
| Hex | E7 | D | BB | 0 | 5E | 13 | 9 | 138 | 59 | 30 |
| Octal | 347 | 15 | 273 | 0 | 136 | 23 | 11 | 470 | 131 | 60 |
| Binary | 11100111 | 1101 | 10111011 | 0 | 1011110 | 10011 | 1001 | 100111000 | 1011001 | 110000 |
Color Harmonies of #E70DBB
Complementary color
Monochromatic Colors of #E70DBB
Black with #E70DBB
Text Example
Text Example
White with #E70DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DBB; }
p { color: rgb(231,13,187); }
H1.HeaderClassName
{
color: #E70DBB;
}
.AnyTagClassName
{
color: #E70DBB;
}
</style>
background-color css
<style>
a { background-color: #E70DBB; }
a { background-color: rgb(231,13,187); }
div.DivClassName
{
background-color: #E70DBB;
}
.BgClassName
{
background-color: #E70DBB;
}
</style>
border-color css
<style>
span { border-color: #E70DBB; }
span { border-color: rgb(231,13,187); }
td.TdClassName
{
border-color: #E70DBB;
}
.TagClassName
{
border-color: #E70DBB;
}
</style>