Shades of Deep Cerise #E12279
Tints of Deep Cerise #E12279
RGB
CMYK
RGB Variations
Color information
#E12279 (or 0xE12279) is known color: Deep Cerise. HEX triplet: E1, 22 and 79. RGB value is (225,34,121). Sum of RGB (Red+Green+Blue) = 225+34+121=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E12279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12279 is #1EDD86. Grayscale: #646464. Windows color (decimal): -2022791 or 7938785. OLE color: 7938785.
HSL color Cylindrical-coordinate representation of color #E12279: hue angle of 332.67º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12279 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 121 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.12 |
| HSL | 332.67º | 0.76% | 0.51% | - |
| HSV(B) | 332.67º | 0.85% | 0.88% | - |
| XYZ | 35.07 | 18.53 | 19.82 | - |
| YUV | 101.03 | 139.28 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 121 | 0 | 0.85 | 0.46 | 0.12 | 332.67 | 0.76 | 0.51 |
| Hex | E1 | 22 | 79 | 0 | 55 | 2E | C | 14D | 4C | 33 |
| Octal | 341 | 42 | 171 | 0 | 125 | 56 | 14 | 515 | 114 | 63 |
| Binary | 11100001 | 100010 | 1111001 | 0 | 1010101 | 101110 | 1100 | 101001101 | 1001100 | 110011 |
Color Harmonies of #E12279
Complementary color
Monochromatic Colors of #E12279
Black with #E12279
Text Example
Text Example
White with #E12279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12279; }
p { color: rgb(225,34,121); }
H1.HeaderClassName
{
color: #E12279;
}
.AnyTagClassName
{
color: #E12279;
}
</style>
background-color css
<style>
a { background-color: #E12279; }
a { background-color: rgb(225,34,121); }
div.DivClassName
{
background-color: #E12279;
}
.BgClassName
{
background-color: #E12279;
}
</style>
border-color css
<style>
span { border-color: #E12279; }
span { border-color: rgb(225,34,121); }
td.TdClassName
{
border-color: #E12279;
}
.TagClassName
{
border-color: #E12279;
}
</style>