Shades of Deep Pink #E31998
Tints of Deep Pink #E31998
RGB
CMYK
RGB Variations
Color information
#E31998 (or 0xE31998) is known color: Deep Pink. HEX triplet: E3, 19 and 98. RGB value is (227,25,152). Sum of RGB (Red+Green+Blue) = 227+25+152=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E31998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31998 is #1CE667. Grayscale: #636363. Windows color (decimal): -1893992 or 9968099. OLE color: 9968099.
HSL color Cylindrical-coordinate representation of color #E31998: hue angle of 322.28º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31998 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 152 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.11 |
| HSL | 322.28º | 0.8% | 0.49% | - |
| HSV(B) | 322.28º | 0.89% | 0.89% | - |
| XYZ | 37.69 | 19.29 | 31.44 | - |
| YUV | 99.88 | 157.42 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 152 | 0 | 0.89 | 0.33 | 0.11 | 322.28 | 0.8 | 0.49 |
| Hex | E3 | 19 | 98 | 0 | 59 | 21 | B | 142 | 50 | 31 |
| Octal | 343 | 31 | 230 | 0 | 131 | 41 | 13 | 502 | 120 | 61 |
| Binary | 11100011 | 11001 | 10011000 | 0 | 1011001 | 100001 | 1011 | 101000010 | 1010000 | 110001 |
Color Harmonies of #E31998
Complementary color
Monochromatic Colors of #E31998
Black with #E31998
Text Example
Text Example
White with #E31998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31998; }
p { color: rgb(227,25,152); }
H1.HeaderClassName
{
color: #E31998;
}
.AnyTagClassName
{
color: #E31998;
}
</style>
background-color css
<style>
a { background-color: #E31998; }
a { background-color: rgb(227,25,152); }
div.DivClassName
{
background-color: #E31998;
}
.BgClassName
{
background-color: #E31998;
}
</style>
border-color css
<style>
span { border-color: #E31998; }
span { border-color: rgb(227,25,152); }
td.TdClassName
{
border-color: #E31998;
}
.TagClassName
{
border-color: #E31998;
}
</style>