Shades of Deep Cerise #E12379
Tints of Deep Cerise #E12379
RGB
CMYK
RGB Variations
Color information
#E12379 (or 0xE12379) is known color: Deep Cerise. HEX triplet: E1, 23 and 79. RGB value is (225,35,121). Sum of RGB (Red+Green+Blue) = 225+35+121=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E12379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12379 is #1EDC86. Grayscale: #656565. Windows color (decimal): -2022535 or 7939041. OLE color: 7939041.
HSL color Cylindrical-coordinate representation of color #E12379: hue angle of 332.84º 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 #E12379 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 121 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.12 |
| HSL | 332.84º | 0.76% | 0.51% | - |
| HSV(B) | 332.84º | 0.84% | 0.88% | - |
| XYZ | 35.1 | 18.59 | 19.83 | - |
| YUV | 101.61 | 138.95 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 121 | 0 | 0.84 | 0.46 | 0.12 | 332.84 | 0.76 | 0.51 |
| Hex | E1 | 23 | 79 | 0 | 54 | 2E | C | 14D | 4C | 33 |
| Octal | 341 | 43 | 171 | 0 | 124 | 56 | 14 | 515 | 114 | 63 |
| Binary | 11100001 | 100011 | 1111001 | 0 | 1010100 | 101110 | 1100 | 101001101 | 1001100 | 110011 |
Color Harmonies of #E12379
Complementary color
Monochromatic Colors of #E12379
Black with #E12379
Text Example
Text Example
White with #E12379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12379; }
p { color: rgb(225,35,121); }
H1.HeaderClassName
{
color: #E12379;
}
.AnyTagClassName
{
color: #E12379;
}
</style>
background-color css
<style>
a { background-color: #E12379; }
a { background-color: rgb(225,35,121); }
div.DivClassName
{
background-color: #E12379;
}
.BgClassName
{
background-color: #E12379;
}
</style>
border-color css
<style>
span { border-color: #E12379; }
span { border-color: rgb(225,35,121); }
td.TdClassName
{
border-color: #E12379;
}
.TagClassName
{
border-color: #E12379;
}
</style>