Shades of Deep Cerise #E12098
Tints of Deep Cerise #E12098
RGB
CMYK
RGB Variations
Color information
#E12098 (or 0xE12098) is known color: Deep Cerise. HEX triplet: E1, 20 and 98. RGB value is (225,32,152). Sum of RGB (Red+Green+Blue) = 225+32+152=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E12098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12098 is #1EDF67. Grayscale: #676767. Windows color (decimal): -2023272 or 9969889. OLE color: 9969889.
HSL color Cylindrical-coordinate representation of color #E12098: hue angle of 322.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12098 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 152 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.12 |
| HSL | 322.69º | 0.76% | 0.5% | - |
| HSV(B) | 322.69º | 0.86% | 0.88% | - |
| XYZ | 37.24 | 19.31 | 31.47 | - |
| YUV | 103.39 | 155.44 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 152 | 0 | 0.86 | 0.32 | 0.12 | 322.69 | 0.76 | 0.5 |
| Hex | E1 | 20 | 98 | 0 | 56 | 20 | C | 143 | 4C | 32 |
| Octal | 341 | 40 | 230 | 0 | 126 | 40 | 14 | 503 | 114 | 62 |
| Binary | 11100001 | 100000 | 10011000 | 0 | 1010110 | 100000 | 1100 | 101000011 | 1001100 | 110010 |
Color Harmonies of #E12098
Complementary color
Monochromatic Colors of #E12098
Black with #E12098
Text Example
Text Example
White with #E12098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12098; }
p { color: rgb(225,32,152); }
H1.HeaderClassName
{
color: #E12098;
}
.AnyTagClassName
{
color: #E12098;
}
</style>
background-color css
<style>
a { background-color: #E12098; }
a { background-color: rgb(225,32,152); }
div.DivClassName
{
background-color: #E12098;
}
.BgClassName
{
background-color: #E12098;
}
</style>
border-color css
<style>
span { border-color: #E12098; }
span { border-color: rgb(225,32,152); }
td.TdClassName
{
border-color: #E12098;
}
.TagClassName
{
border-color: #E12098;
}
</style>