Shades of Deep Pink #E71798
Tints of Deep Pink #E71798
RGB
CMYK
RGB Variations
Color information
#E71798 (or 0xE71798) is known color: Deep Pink. HEX triplet: E7, 17 and 98. RGB value is (231,23,152). Sum of RGB (Red+Green+Blue) = 231+23+152=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E71798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71798 is #18E867. Grayscale: #636363. Windows color (decimal): -1632360 or 9967591. OLE color: 9967591.
HSL color Cylindrical-coordinate representation of color #E71798: hue angle of 322.79º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71798 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 152 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.09 |
| HSL | 322.79º | 0.82% | 0.5% | - |
| HSV(B) | 322.79º | 0.9% | 0.91% | - |
| XYZ | 38.93 | 19.87 | 31.49 | - |
| YUV | 99.9 | 157.41 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 152 | 0 | 0.90 | 0.34 | 0.09 | 322.79 | 0.82 | 0.5 |
| Hex | E7 | 17 | 98 | 0 | 5A | 22 | 9 | 143 | 52 | 32 |
| Octal | 347 | 27 | 230 | 0 | 132 | 42 | 11 | 503 | 122 | 62 |
| Binary | 11100111 | 10111 | 10011000 | 0 | 1011010 | 100010 | 1001 | 101000011 | 1010010 | 110010 |
Color Harmonies of #E71798
Complementary color
Monochromatic Colors of #E71798
Black with #E71798
Text Example
Text Example
White with #E71798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71798; }
p { color: rgb(231,23,152); }
H1.HeaderClassName
{
color: #E71798;
}
.AnyTagClassName
{
color: #E71798;
}
</style>
background-color css
<style>
a { background-color: #E71798; }
a { background-color: rgb(231,23,152); }
div.DivClassName
{
background-color: #E71798;
}
.BgClassName
{
background-color: #E71798;
}
</style>
border-color css
<style>
span { border-color: #E71798; }
span { border-color: rgb(231,23,152); }
td.TdClassName
{
border-color: #E71798;
}
.TagClassName
{
border-color: #E71798;
}
</style>