Shades of Shocking Pink #E70DB2
Tints of Shocking Pink #E70DB2
RGB
CMYK
RGB Variations
Color information
#E70DB2 (or 0xE70DB2) is known color: Shocking Pink. HEX triplet: E7, 0D and B2. RGB value is (231,13,178). Sum of RGB (Red+Green+Blue) = 231+13+178=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70DB2 is #18F24D. Grayscale: #606060. Windows color (decimal): -1634894 or 11668967. OLE color: 11668967.
HSL color Cylindrical-coordinate representation of color #E70DB2: hue angle of 314.59º 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 #E70DB2 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 178 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.09 |
| HSL | 314.59º | 0.89% | 0.48% | - |
| HSV(B) | 314.59º | 0.94% | 0.91% | - |
| XYZ | 41.13 | 20.49 | 43.91 | - |
| YUV | 96.99 | 173.72 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 178 | 0 | 0.94 | 0.23 | 0.09 | 314.59 | 0.89 | 0.48 |
| Hex | E7 | D | B2 | 0 | 5E | 17 | 9 | 13B | 59 | 30 |
| Octal | 347 | 15 | 262 | 0 | 136 | 27 | 11 | 473 | 131 | 60 |
| Binary | 11100111 | 1101 | 10110010 | 0 | 1011110 | 10111 | 1001 | 100111011 | 1011001 | 110000 |
Color Harmonies of #E70DB2
Complementary color
Monochromatic Colors of #E70DB2
Black with #E70DB2
Text Example
Text Example
White with #E70DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DB2; }
p { color: rgb(231,13,178); }
H1.HeaderClassName
{
color: #E70DB2;
}
.AnyTagClassName
{
color: #E70DB2;
}
</style>
background-color css
<style>
a { background-color: #E70DB2; }
a { background-color: rgb(231,13,178); }
div.DivClassName
{
background-color: #E70DB2;
}
.BgClassName
{
background-color: #E70DB2;
}
</style>
border-color css
<style>
span { border-color: #E70DB2; }
span { border-color: rgb(231,13,178); }
td.TdClassName
{
border-color: #E70DB2;
}
.TagClassName
{
border-color: #E70DB2;
}
</style>