Shades of Deep Pink #E70E7F
Tints of Deep Pink #E70E7F
RGB
CMYK
RGB Variations
Color information
#E70E7F (or 0xE70E7F) is known color: Deep Pink. HEX triplet: E7, 0E and 7F. RGB value is (231,14,127). Sum of RGB (Red+Green+Blue) = 231+14+127=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70E7F is #18F180. Grayscale: #5B5B5B. Windows color (decimal): -1634689 or 8326887. OLE color: 8326887.
HSL color Cylindrical-coordinate representation of color #E70E7F: hue angle of 328.76º 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 #E70E7F is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 127 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.09 |
| HSL | 328.76º | 0.89% | 0.48% | - |
| HSV(B) | 328.76º | 0.94% | 0.91% | - |
| XYZ | 36.94 | 18.84 | 21.77 | - |
| YUV | 91.77 | 147.89 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 127 | 0 | 0.94 | 0.45 | 0.09 | 328.76 | 0.89 | 0.48 |
| Hex | E7 | E | 7F | 0 | 5E | 2D | 9 | 149 | 59 | 30 |
| Octal | 347 | 16 | 177 | 0 | 136 | 55 | 11 | 511 | 131 | 60 |
| Binary | 11100111 | 1110 | 1111111 | 0 | 1011110 | 101101 | 1001 | 101001001 | 1011001 | 110000 |
Color Harmonies of #E70E7F
Complementary color
Monochromatic Colors of #E70E7F
Black with #E70E7F
Text Example
Text Example
White with #E70E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E7F; }
p { color: rgb(231,14,127); }
H1.HeaderClassName
{
color: #E70E7F;
}
.AnyTagClassName
{
color: #E70E7F;
}
</style>
background-color css
<style>
a { background-color: #E70E7F; }
a { background-color: rgb(231,14,127); }
div.DivClassName
{
background-color: #E70E7F;
}
.BgClassName
{
background-color: #E70E7F;
}
</style>
border-color css
<style>
span { border-color: #E70E7F; }
span { border-color: rgb(231,14,127); }
td.TdClassName
{
border-color: #E70E7F;
}
.TagClassName
{
border-color: #E70E7F;
}
</style>