Shades of Shocking Pink #E70DBE
Tints of Shocking Pink #E70DBE
RGB
CMYK
RGB Variations
Color information
#E70DBE (or 0xE70DBE) is known color: Shocking Pink. HEX triplet: E7, 0D and BE. RGB value is (231,13,190). Sum of RGB (Red+Green+Blue) = 231+13+190=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DBE is #18F241. Grayscale: #616161. Windows color (decimal): -1634882 or 12455399. OLE color: 12455399.
HSL color Cylindrical-coordinate representation of color #E70DBE: hue angle of 311.28º 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 #E70DBE is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.09 |
| HSL | 311.28º | 0.89% | 0.48% | - |
| HSV(B) | 311.28º | 0.94% | 0.91% | - |
| XYZ | 42.39 | 20.99 | 50.53 | - |
| YUV | 98.36 | 179.72 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 190 | 0 | 0.94 | 0.18 | 0.09 | 311.28 | 0.89 | 0.48 |
| Hex | E7 | D | BE | 0 | 5E | 12 | 9 | 137 | 59 | 30 |
| Octal | 347 | 15 | 276 | 0 | 136 | 22 | 11 | 467 | 131 | 60 |
| Binary | 11100111 | 1101 | 10111110 | 0 | 1011110 | 10010 | 1001 | 100110111 | 1011001 | 110000 |
Color Harmonies of #E70DBE
Complementary color
Monochromatic Colors of #E70DBE
Black with #E70DBE
Text Example
Text Example
White with #E70DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DBE; }
p { color: rgb(231,13,190); }
H1.HeaderClassName
{
color: #E70DBE;
}
.AnyTagClassName
{
color: #E70DBE;
}
</style>
background-color css
<style>
a { background-color: #E70DBE; }
a { background-color: rgb(231,13,190); }
div.DivClassName
{
background-color: #E70DBE;
}
.BgClassName
{
background-color: #E70DBE;
}
</style>
border-color css
<style>
span { border-color: #E70DBE; }
span { border-color: rgb(231,13,190); }
td.TdClassName
{
border-color: #E70DBE;
}
.TagClassName
{
border-color: #E70DBE;
}
</style>