Shades of Deep Pink #E5198C
Tints of Deep Pink #E5198C
RGB
CMYK
RGB Variations
Color information
#E5198C (or 0xE5198C) is known color: Deep Pink. HEX triplet: E5, 19 and 8C. RGB value is (229,25,140). Sum of RGB (Red+Green+Blue) = 229+25+140=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E5198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5198C is #1AE673. Grayscale: #626262. Windows color (decimal): -1762932 or 9181669. OLE color: 9181669.
HSL color Cylindrical-coordinate representation of color #E5198C: hue angle of 326.18º 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 #E5198C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 140 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.10 |
| HSL | 326.18º | 0.8% | 0.5% | - |
| HSV(B) | 326.18º | 0.89% | 0.9% | - |
| XYZ | 37.39 | 19.25 | 26.56 | - |
| YUV | 99.11 | 151.09 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 140 | 0 | 0.89 | 0.39 | 0.10 | 326.18 | 0.8 | 0.5 |
| Hex | E5 | 19 | 8C | 0 | 59 | 27 | A | 146 | 50 | 32 |
| Octal | 345 | 31 | 214 | 0 | 131 | 47 | 12 | 506 | 120 | 62 |
| Binary | 11100101 | 11001 | 10001100 | 0 | 1011001 | 100111 | 1010 | 101000110 | 1010000 | 110010 |
Color Harmonies of #E5198C
Complementary color
Monochromatic Colors of #E5198C
Black with #E5198C
Text Example
Text Example
White with #E5198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5198C; }
p { color: rgb(229,25,140); }
H1.HeaderClassName
{
color: #E5198C;
}
.AnyTagClassName
{
color: #E5198C;
}
</style>
background-color css
<style>
a { background-color: #E5198C; }
a { background-color: rgb(229,25,140); }
div.DivClassName
{
background-color: #E5198C;
}
.BgClassName
{
background-color: #E5198C;
}
</style>
border-color css
<style>
span { border-color: #E5198C; }
span { border-color: rgb(229,25,140); }
td.TdClassName
{
border-color: #E5198C;
}
.TagClassName
{
border-color: #E5198C;
}
</style>