Shades of Deep Pink #E70F89
Tints of Deep Pink #E70F89
RGB
CMYK
RGB Variations
Color information
#E70F89 (or 0xE70F89) is known color: Deep Pink. HEX triplet: E7, 0F and 89. RGB value is (231,15,137). Sum of RGB (Red+Green+Blue) = 231+15+137=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70F89 is #18F076. Grayscale: #5D5D5D. Windows color (decimal): -1634423 or 8982503. OLE color: 8982503.
HSL color Cylindrical-coordinate representation of color #E70F89: hue angle of 326.11º 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 #E70F89 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 137 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.09 |
| HSL | 326.11º | 0.88% | 0.48% | - |
| HSV(B) | 326.11º | 0.94% | 0.91% | - |
| XYZ | 37.64 | 19.14 | 25.38 | - |
| YUV | 93.49 | 152.56 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 137 | 0 | 0.94 | 0.41 | 0.09 | 326.11 | 0.88 | 0.48 |
| Hex | E7 | F | 89 | 0 | 5E | 29 | 9 | 146 | 58 | 30 |
| Octal | 347 | 17 | 211 | 0 | 136 | 51 | 11 | 506 | 130 | 60 |
| Binary | 11100111 | 1111 | 10001001 | 0 | 1011110 | 101001 | 1001 | 101000110 | 1011000 | 110000 |
Color Harmonies of #E70F89
Complementary color
Monochromatic Colors of #E70F89
Black with #E70F89
Text Example
Text Example
White with #E70F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F89; }
p { color: rgb(231,15,137); }
H1.HeaderClassName
{
color: #E70F89;
}
.AnyTagClassName
{
color: #E70F89;
}
</style>
background-color css
<style>
a { background-color: #E70F89; }
a { background-color: rgb(231,15,137); }
div.DivClassName
{
background-color: #E70F89;
}
.BgClassName
{
background-color: #E70F89;
}
</style>
border-color css
<style>
span { border-color: #E70F89; }
span { border-color: rgb(231,15,137); }
td.TdClassName
{
border-color: #E70F89;
}
.TagClassName
{
border-color: #E70F89;
}
</style>