Shades of Deep Cerise #E12275
Tints of Deep Cerise #E12275
RGB
CMYK
RGB Variations
Color information
#E12275 (or 0xE12275) is known color: Deep Cerise. HEX triplet: E1, 22 and 75. RGB value is (225,34,117). Sum of RGB (Red+Green+Blue) = 225+34+117=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E12275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12275 is #1EDD8A. Grayscale: #646464. Windows color (decimal): -2022795 or 7676641. OLE color: 7676641.
HSL color Cylindrical-coordinate representation of color #E12275: hue angle of 333.93º 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 #E12275 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 117 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.12 |
| HSL | 333.93º | 0.76% | 0.51% | - |
| HSV(B) | 333.93º | 0.85% | 0.88% | - |
| XYZ | 34.83 | 18.44 | 18.55 | - |
| YUV | 100.57 | 137.28 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 117 | 0 | 0.85 | 0.48 | 0.12 | 333.93 | 0.76 | 0.51 |
| Hex | E1 | 22 | 75 | 0 | 55 | 30 | C | 14E | 4C | 33 |
| Octal | 341 | 42 | 165 | 0 | 125 | 60 | 14 | 516 | 114 | 63 |
| Binary | 11100001 | 100010 | 1110101 | 0 | 1010101 | 110000 | 1100 | 101001110 | 1001100 | 110011 |
Color Harmonies of #E12275
Complementary color
Monochromatic Colors of #E12275
Black with #E12275
Text Example
Text Example
White with #E12275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12275; }
p { color: rgb(225,34,117); }
H1.HeaderClassName
{
color: #E12275;
}
.AnyTagClassName
{
color: #E12275;
}
</style>
background-color css
<style>
a { background-color: #E12275; }
a { background-color: rgb(225,34,117); }
div.DivClassName
{
background-color: #E12275;
}
.BgClassName
{
background-color: #E12275;
}
</style>
border-color css
<style>
span { border-color: #E12275; }
span { border-color: rgb(225,34,117); }
td.TdClassName
{
border-color: #E12275;
}
.TagClassName
{
border-color: #E12275;
}
</style>