Shades of Deep Pink #E70E8D
Tints of Deep Pink #E70E8D
RGB
CMYK
RGB Variations
Color information
#E70E8D (or 0xE70E8D) is known color: Deep Pink. HEX triplet: E7, 0E and 8D. RGB value is (231,14,141). Sum of RGB (Red+Green+Blue) = 231+14+141=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70E8D is #18F172. Grayscale: #5D5D5D. Windows color (decimal): -1634675 or 9244391. OLE color: 9244391.
HSL color Cylindrical-coordinate representation of color #E70E8D: hue angle of 324.88º 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 #E70E8D is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 141 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.09 |
| HSL | 324.88º | 0.89% | 0.48% | - |
| HSV(B) | 324.88º | 0.94% | 0.91% | - |
| XYZ | 37.92 | 19.23 | 26.91 | - |
| YUV | 93.36 | 154.89 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 141 | 0 | 0.94 | 0.39 | 0.09 | 324.88 | 0.89 | 0.48 |
| Hex | E7 | E | 8D | 0 | 5E | 27 | 9 | 145 | 59 | 30 |
| Octal | 347 | 16 | 215 | 0 | 136 | 47 | 11 | 505 | 131 | 60 |
| Binary | 11100111 | 1110 | 10001101 | 0 | 1011110 | 100111 | 1001 | 101000101 | 1011001 | 110000 |
Color Harmonies of #E70E8D
Complementary color
Monochromatic Colors of #E70E8D
Black with #E70E8D
Text Example
Text Example
White with #E70E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E8D; }
p { color: rgb(231,14,141); }
H1.HeaderClassName
{
color: #E70E8D;
}
.AnyTagClassName
{
color: #E70E8D;
}
</style>
background-color css
<style>
a { background-color: #E70E8D; }
a { background-color: rgb(231,14,141); }
div.DivClassName
{
background-color: #E70E8D;
}
.BgClassName
{
background-color: #E70E8D;
}
</style>
border-color css
<style>
span { border-color: #E70E8D; }
span { border-color: rgb(231,14,141); }
td.TdClassName
{
border-color: #E70E8D;
}
.TagClassName
{
border-color: #E70E8D;
}
</style>