Shades of Deep Cerise #E12998
Tints of Deep Cerise #E12998
RGB
CMYK
RGB Variations
Color information
#E12998 (or 0xE12998) is known color: Deep Cerise. HEX triplet: E1, 29 and 98. RGB value is (225,41,152). Sum of RGB (Red+Green+Blue) = 225+41+152=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E12998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12998 is #1ED667. Grayscale: #6C6C6C. Windows color (decimal): -2020968 or 9972193. OLE color: 9972193.
HSL color Cylindrical-coordinate representation of color #E12998: hue angle of 323.8º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12998 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 152 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.12 |
| HSL | 323.8º | 0.75% | 0.52% | - |
| HSV(B) | 323.8º | 0.82% | 0.88% | - |
| XYZ | 37.51 | 19.86 | 31.56 | - |
| YUV | 108.67 | 152.46 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 152 | 0 | 0.82 | 0.32 | 0.12 | 323.8 | 0.75 | 0.52 |
| Hex | E1 | 29 | 98 | 0 | 52 | 20 | C | 144 | 4B | 34 |
| Octal | 341 | 51 | 230 | 0 | 122 | 40 | 14 | 504 | 113 | 64 |
| Binary | 11100001 | 101001 | 10011000 | 0 | 1010010 | 100000 | 1100 | 101000100 | 1001011 | 110100 |
Color Harmonies of #E12998
Complementary color
Monochromatic Colors of #E12998
Black with #E12998
Text Example
Text Example
White with #E12998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12998; }
p { color: rgb(225,41,152); }
H1.HeaderClassName
{
color: #E12998;
}
.AnyTagClassName
{
color: #E12998;
}
</style>
background-color css
<style>
a { background-color: #E12998; }
a { background-color: rgb(225,41,152); }
div.DivClassName
{
background-color: #E12998;
}
.BgClassName
{
background-color: #E12998;
}
</style>
border-color css
<style>
span { border-color: #E12998; }
span { border-color: rgb(225,41,152); }
td.TdClassName
{
border-color: #E12998;
}
.TagClassName
{
border-color: #E12998;
}
</style>