Shades of Deep Cerise #E12396
Tints of Deep Cerise #E12396
RGB
CMYK
RGB Variations
Color information
#E12396 (or 0xE12396) is known color: Deep Cerise. HEX triplet: E1, 23 and 96. RGB value is (225,35,150). Sum of RGB (Red+Green+Blue) = 225+35+150=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E12396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12396 is #1EDC69. Grayscale: #686868. Windows color (decimal): -2022506 or 9839585. OLE color: 9839585.
HSL color Cylindrical-coordinate representation of color #E12396: hue angle of 323.68º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12396 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 150 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.12 |
| HSL | 323.68º | 0.76% | 0.51% | - |
| HSV(B) | 323.68º | 0.84% | 0.88% | - |
| XYZ | 37.16 | 19.41 | 30.64 | - |
| YUV | 104.92 | 153.45 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 150 | 0 | 0.84 | 0.33 | 0.12 | 323.68 | 0.76 | 0.51 |
| Hex | E1 | 23 | 96 | 0 | 54 | 21 | C | 144 | 4C | 33 |
| Octal | 341 | 43 | 226 | 0 | 124 | 41 | 14 | 504 | 114 | 63 |
| Binary | 11100001 | 100011 | 10010110 | 0 | 1010100 | 100001 | 1100 | 101000100 | 1001100 | 110011 |
Color Harmonies of #E12396
Complementary color
Monochromatic Colors of #E12396
Black with #E12396
Text Example
Text Example
White with #E12396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12396; }
p { color: rgb(225,35,150); }
H1.HeaderClassName
{
color: #E12396;
}
.AnyTagClassName
{
color: #E12396;
}
</style>
background-color css
<style>
a { background-color: #E12396; }
a { background-color: rgb(225,35,150); }
div.DivClassName
{
background-color: #E12396;
}
.BgClassName
{
background-color: #E12396;
}
</style>
border-color css
<style>
span { border-color: #E12396; }
span { border-color: rgb(225,35,150); }
td.TdClassName
{
border-color: #E12396;
}
.TagClassName
{
border-color: #E12396;
}
</style>