Shades of Deep Pink #E70E8B
Tints of Deep Pink #E70E8B
RGB
CMYK
RGB Variations
Color information
#E70E8B (or 0xE70E8B) is known color: Deep Pink. HEX triplet: E7, 0E and 8B. RGB value is (231,14,139). Sum of RGB (Red+Green+Blue) = 231+14+139=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70E8B is #18F174. Grayscale: #5C5C5C. Windows color (decimal): -1634677 or 9113319. OLE color: 9113319.
HSL color Cylindrical-coordinate representation of color #E70E8B: hue angle of 325.44º 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 #E70E8B is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 139 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.09 |
| HSL | 325.44º | 0.89% | 0.48% | - |
| HSV(B) | 325.44º | 0.94% | 0.91% | - |
| XYZ | 37.77 | 19.17 | 26.13 | - |
| YUV | 93.13 | 153.89 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 139 | 0 | 0.94 | 0.40 | 0.09 | 325.44 | 0.89 | 0.48 |
| Hex | E7 | E | 8B | 0 | 5E | 28 | 9 | 145 | 59 | 30 |
| Octal | 347 | 16 | 213 | 0 | 136 | 50 | 11 | 505 | 131 | 60 |
| Binary | 11100111 | 1110 | 10001011 | 0 | 1011110 | 101000 | 1001 | 101000101 | 1011001 | 110000 |
Color Harmonies of #E70E8B
Complementary color
Monochromatic Colors of #E70E8B
Black with #E70E8B
Text Example
Text Example
White with #E70E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E8B; }
p { color: rgb(231,14,139); }
H1.HeaderClassName
{
color: #E70E8B;
}
.AnyTagClassName
{
color: #E70E8B;
}
</style>
background-color css
<style>
a { background-color: #E70E8B; }
a { background-color: rgb(231,14,139); }
div.DivClassName
{
background-color: #E70E8B;
}
.BgClassName
{
background-color: #E70E8B;
}
</style>
border-color css
<style>
span { border-color: #E70E8B; }
span { border-color: rgb(231,14,139); }
td.TdClassName
{
border-color: #E70E8B;
}
.TagClassName
{
border-color: #E70E8B;
}
</style>