Shades of Deep Pink #E71498
Tints of Deep Pink #E71498
RGB
CMYK
RGB Variations
Color information
#E71498 (or 0xE71498) is known color: Deep Pink. HEX triplet: E7, 14 and 98. RGB value is (231,20,152). Sum of RGB (Red+Green+Blue) = 231+20+152=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E71498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71498 is #18EB67. Grayscale: #616161. Windows color (decimal): -1633128 or 9966823. OLE color: 9966823.
HSL color Cylindrical-coordinate representation of color #E71498: hue angle of 322.46º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71498 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 152 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.09 |
| HSL | 322.46º | 0.84% | 0.49% | - |
| HSV(B) | 322.46º | 0.91% | 0.91% | - |
| XYZ | 38.87 | 19.76 | 31.47 | - |
| YUV | 98.14 | 158.4 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 152 | 0 | 0.91 | 0.34 | 0.09 | 322.46 | 0.84 | 0.49 |
| Hex | E7 | 14 | 98 | 0 | 5B | 22 | 9 | 142 | 54 | 31 |
| Octal | 347 | 24 | 230 | 0 | 133 | 42 | 11 | 502 | 124 | 61 |
| Binary | 11100111 | 10100 | 10011000 | 0 | 1011011 | 100010 | 1001 | 101000010 | 1010100 | 110001 |
Color Harmonies of #E71498
Complementary color
Monochromatic Colors of #E71498
Black with #E71498
Text Example
Text Example
White with #E71498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71498; }
p { color: rgb(231,20,152); }
H1.HeaderClassName
{
color: #E71498;
}
.AnyTagClassName
{
color: #E71498;
}
</style>
background-color css
<style>
a { background-color: #E71498; }
a { background-color: rgb(231,20,152); }
div.DivClassName
{
background-color: #E71498;
}
.BgClassName
{
background-color: #E71498;
}
</style>
border-color css
<style>
span { border-color: #E71498; }
span { border-color: rgb(231,20,152); }
td.TdClassName
{
border-color: #E71498;
}
.TagClassName
{
border-color: #E71498;
}
</style>