Shades of Deep Pink #E5198E
Tints of Deep Pink #E5198E
RGB
CMYK
RGB Variations
Color information
#E5198E (or 0xE5198E) is known color: Deep Pink. HEX triplet: E5, 19 and 8E. RGB value is (229,25,142). Sum of RGB (Red+Green+Blue) = 229+25+142=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E5198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5198E is #1AE671. Grayscale: #636363. Windows color (decimal): -1762930 or 9312741. OLE color: 9312741.
HSL color Cylindrical-coordinate representation of color #E5198E: hue angle of 325.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5198E is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 142 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.10 |
| HSL | 325.59º | 0.8% | 0.5% | - |
| HSV(B) | 325.59º | 0.89% | 0.9% | - |
| XYZ | 37.54 | 19.31 | 27.34 | - |
| YUV | 99.33 | 152.09 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 142 | 0 | 0.89 | 0.38 | 0.10 | 325.59 | 0.8 | 0.5 |
| Hex | E5 | 19 | 8E | 0 | 59 | 26 | A | 146 | 50 | 32 |
| Octal | 345 | 31 | 216 | 0 | 131 | 46 | 12 | 506 | 120 | 62 |
| Binary | 11100101 | 11001 | 10001110 | 0 | 1011001 | 100110 | 1010 | 101000110 | 1010000 | 110010 |
Color Harmonies of #E5198E
Complementary color
Monochromatic Colors of #E5198E
Black with #E5198E
Text Example
Text Example
White with #E5198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5198E; }
p { color: rgb(229,25,142); }
H1.HeaderClassName
{
color: #E5198E;
}
.AnyTagClassName
{
color: #E5198E;
}
</style>
background-color css
<style>
a { background-color: #E5198E; }
a { background-color: rgb(229,25,142); }
div.DivClassName
{
background-color: #E5198E;
}
.BgClassName
{
background-color: #E5198E;
}
</style>
border-color css
<style>
span { border-color: #E5198E; }
span { border-color: rgb(229,25,142); }
td.TdClassName
{
border-color: #E5198E;
}
.TagClassName
{
border-color: #E5198E;
}
</style>