Shades of Deep Pink #E70F90
Tints of Deep Pink #E70F90
RGB
CMYK
RGB Variations
Color information
#E70F90 (or 0xE70F90) is known color: Deep Pink. HEX triplet: E7, 0F and 90. RGB value is (231,15,144). Sum of RGB (Red+Green+Blue) = 231+15+144=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70F90 is #18F06F. Grayscale: #5D5D5D. Windows color (decimal): -1634416 or 9441255. OLE color: 9441255.
HSL color Cylindrical-coordinate representation of color #E70F90: hue angle of 324.17º 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 #E70F90 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 144 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.09 |
| HSL | 324.17º | 0.88% | 0.48% | - |
| HSV(B) | 324.17º | 0.94% | 0.91% | - |
| XYZ | 38.16 | 19.34 | 28.11 | - |
| YUV | 94.29 | 156.06 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 144 | 0 | 0.94 | 0.38 | 0.09 | 324.17 | 0.88 | 0.48 |
| Hex | E7 | F | 90 | 0 | 5E | 26 | 9 | 144 | 58 | 30 |
| Octal | 347 | 17 | 220 | 0 | 136 | 46 | 11 | 504 | 130 | 60 |
| Binary | 11100111 | 1111 | 10010000 | 0 | 1011110 | 100110 | 1001 | 101000100 | 1011000 | 110000 |
Color Harmonies of #E70F90
Complementary color
Monochromatic Colors of #E70F90
Black with #E70F90
Text Example
Text Example
White with #E70F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F90; }
p { color: rgb(231,15,144); }
H1.HeaderClassName
{
color: #E70F90;
}
.AnyTagClassName
{
color: #E70F90;
}
</style>
background-color css
<style>
a { background-color: #E70F90; }
a { background-color: rgb(231,15,144); }
div.DivClassName
{
background-color: #E70F90;
}
.BgClassName
{
background-color: #E70F90;
}
</style>
border-color css
<style>
span { border-color: #E70F90; }
span { border-color: rgb(231,15,144); }
td.TdClassName
{
border-color: #E70F90;
}
.TagClassName
{
border-color: #E70F90;
}
</style>