Shades of Deep Pink #E70F87
Tints of Deep Pink #E70F87
RGB
CMYK
RGB Variations
Color information
#E70F87 (or 0xE70F87) is known color: Deep Pink. HEX triplet: E7, 0F and 87. RGB value is (231,15,135). Sum of RGB (Red+Green+Blue) = 231+15+135=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70F87 is #18F078. Grayscale: #5C5C5C. Windows color (decimal): -1634425 or 8851431. OLE color: 8851431.
HSL color Cylindrical-coordinate representation of color #E70F87: hue angle of 326.67º degrees, saturation: 0.88, 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 #E70F87 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 135 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.09 |
| HSL | 326.67º | 0.88% | 0.48% | - |
| HSV(B) | 326.67º | 0.94% | 0.91% | - |
| XYZ | 37.5 | 19.08 | 24.63 | - |
| YUV | 93.26 | 151.56 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 135 | 0 | 0.94 | 0.42 | 0.09 | 326.67 | 0.88 | 0.48 |
| Hex | E7 | F | 87 | 0 | 5E | 2A | 9 | 147 | 58 | 30 |
| Octal | 347 | 17 | 207 | 0 | 136 | 52 | 11 | 507 | 130 | 60 |
| Binary | 11100111 | 1111 | 10000111 | 0 | 1011110 | 101010 | 1001 | 101000111 | 1011000 | 110000 |
Color Harmonies of #E70F87
Complementary color
Monochromatic Colors of #E70F87
Black with #E70F87
Text Example
Text Example
White with #E70F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F87; }
p { color: rgb(231,15,135); }
H1.HeaderClassName
{
color: #E70F87;
}
.AnyTagClassName
{
color: #E70F87;
}
</style>
background-color css
<style>
a { background-color: #E70F87; }
a { background-color: rgb(231,15,135); }
div.DivClassName
{
background-color: #E70F87;
}
.BgClassName
{
background-color: #E70F87;
}
</style>
border-color css
<style>
span { border-color: #E70F87; }
span { border-color: rgb(231,15,135); }
td.TdClassName
{
border-color: #E70F87;
}
.TagClassName
{
border-color: #E70F87;
}
</style>