Shades of Deep Cerise #E8197C
Tints of Deep Cerise #E8197C
RGB
CMYK
RGB Variations
Color information
#E8197C (or 0xE8197C) is known color: Deep Cerise. HEX triplet: E8, 19 and 7C. RGB value is (232,25,124). Sum of RGB (Red+Green+Blue) = 232+25+124=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E8197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8197C is #17E683. Grayscale: #616161. Windows color (decimal): -1566340 or 8133096. OLE color: 8133096.
HSL color Cylindrical-coordinate representation of color #E8197C: hue angle of 331.3º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8197C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 124 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.09 |
| HSL | 331.3º | 0.82% | 0.5% | - |
| HSV(B) | 331.3º | 0.89% | 0.91% | - |
| XYZ | 37.26 | 19.31 | 20.83 | - |
| YUV | 98.18 | 142.58 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 124 | 0 | 0.89 | 0.47 | 0.09 | 331.3 | 0.82 | 0.5 |
| Hex | E8 | 19 | 7C | 0 | 59 | 2F | 9 | 14B | 52 | 32 |
| Octal | 350 | 31 | 174 | 0 | 131 | 57 | 11 | 513 | 122 | 62 |
| Binary | 11101000 | 11001 | 1111100 | 0 | 1011001 | 101111 | 1001 | 101001011 | 1010010 | 110010 |
Color Harmonies of #E8197C
Complementary color
Monochromatic Colors of #E8197C
Black with #E8197C
Text Example
Text Example
White with #E8197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8197C; }
p { color: rgb(232,25,124); }
H1.HeaderClassName
{
color: #E8197C;
}
.AnyTagClassName
{
color: #E8197C;
}
</style>
background-color css
<style>
a { background-color: #E8197C; }
a { background-color: rgb(232,25,124); }
div.DivClassName
{
background-color: #E8197C;
}
.BgClassName
{
background-color: #E8197C;
}
</style>
border-color css
<style>
span { border-color: #E8197C; }
span { border-color: rgb(232,25,124); }
td.TdClassName
{
border-color: #E8197C;
}
.TagClassName
{
border-color: #E8197C;
}
</style>