Shades of Deep Cerise #E5197E
Tints of Deep Cerise #E5197E
RGB
CMYK
RGB Variations
Color information
#E5197E (or 0xE5197E) is known color: Deep Cerise. HEX triplet: E5, 19 and 7E. RGB value is (229,25,126). Sum of RGB (Red+Green+Blue) = 229+25+126=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E5197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5197E is #1AE681. Grayscale: #616161. Windows color (decimal): -1762946 or 8264165. OLE color: 8264165.
HSL color Cylindrical-coordinate representation of color #E5197E: hue angle of 330.29º 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 #E5197E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 126 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.10 |
| HSL | 330.29º | 0.8% | 0.5% | - |
| HSV(B) | 330.29º | 0.89% | 0.9% | - |
| XYZ | 36.43 | 18.86 | 21.46 | - |
| YUV | 97.51 | 144.09 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 126 | 0 | 0.89 | 0.45 | 0.10 | 330.29 | 0.8 | 0.5 |
| Hex | E5 | 19 | 7E | 0 | 59 | 2D | A | 14A | 50 | 32 |
| Octal | 345 | 31 | 176 | 0 | 131 | 55 | 12 | 512 | 120 | 62 |
| Binary | 11100101 | 11001 | 1111110 | 0 | 1011001 | 101101 | 1010 | 101001010 | 1010000 | 110010 |
Color Harmonies of #E5197E
Complementary color
Monochromatic Colors of #E5197E
Black with #E5197E
Text Example
Text Example
White with #E5197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5197E; }
p { color: rgb(229,25,126); }
H1.HeaderClassName
{
color: #E5197E;
}
.AnyTagClassName
{
color: #E5197E;
}
</style>
background-color css
<style>
a { background-color: #E5197E; }
a { background-color: rgb(229,25,126); }
div.DivClassName
{
background-color: #E5197E;
}
.BgClassName
{
background-color: #E5197E;
}
</style>
border-color css
<style>
span { border-color: #E5197E; }
span { border-color: rgb(229,25,126); }
td.TdClassName
{
border-color: #E5197E;
}
.TagClassName
{
border-color: #E5197E;
}
</style>