Shades of Deep Cerise #E1397C
Tints of Deep Cerise #E1397C
RGB
CMYK
RGB Variations
Color information
#E1397C (or 0xE1397C) is known color: Deep Cerise. HEX triplet: E1, 39 and 7C. RGB value is (225,57,124). Sum of RGB (Red+Green+Blue) = 225+57+124=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1397C is #1EC683. Grayscale: #727272. Windows color (decimal): -2016900 or 8141281. OLE color: 8141281.
HSL color Cylindrical-coordinate representation of color #E1397C: hue angle of 336.07º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E1397C is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 124 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.12 |
| HSL | 336.07º | 0.74% | 0.55% | - |
| HSV(B) | 336.07º | 0.75% | 0.88% | - |
| XYZ | 36.15 | 20.39 | 21.1 | - |
| YUV | 114.87 | 133.16 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 124 | 0 | 0.75 | 0.45 | 0.12 | 336.07 | 0.74 | 0.55 |
| Hex | E1 | 39 | 7C | 0 | 4B | 2D | C | 150 | 4A | 37 |
| Octal | 341 | 71 | 174 | 0 | 113 | 55 | 14 | 520 | 112 | 67 |
| Binary | 11100001 | 111001 | 1111100 | 0 | 1001011 | 101101 | 1100 | 101010000 | 1001010 | 110111 |
Color Harmonies of #E1397C
Complementary color
Monochromatic Colors of #E1397C
Black with #E1397C
Text Example
Text Example
White with #E1397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1397C; }
p { color: rgb(225,57,124); }
H1.HeaderClassName
{
color: #E1397C;
}
.AnyTagClassName
{
color: #E1397C;
}
</style>
background-color css
<style>
a { background-color: #E1397C; }
a { background-color: rgb(225,57,124); }
div.DivClassName
{
background-color: #E1397C;
}
.BgClassName
{
background-color: #E1397C;
}
</style>
border-color css
<style>
span { border-color: #E1397C; }
span { border-color: rgb(225,57,124); }
td.TdClassName
{
border-color: #E1397C;
}
.TagClassName
{
border-color: #E1397C;
}
</style>