Shades of Deep Cerise #E12778
Tints of Deep Cerise #E12778
RGB
CMYK
RGB Variations
Color information
#E12778 (or 0xE12778) is known color: Deep Cerise. HEX triplet: E1, 27 and 78. RGB value is (225,39,120). Sum of RGB (Red+Green+Blue) = 225+39+120=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E12778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12778 is #1ED887. Grayscale: #676767. Windows color (decimal): -2021512 or 7874529. OLE color: 7874529.
HSL color Cylindrical-coordinate representation of color #E12778: hue angle of 333.87º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12778 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 120 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.12 |
| HSL | 333.87º | 0.76% | 0.52% | - |
| HSV(B) | 333.87º | 0.83% | 0.88% | - |
| XYZ | 35.17 | 18.81 | 19.55 | - |
| YUV | 103.85 | 137.12 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 120 | 0 | 0.83 | 0.47 | 0.12 | 333.87 | 0.76 | 0.52 |
| Hex | E1 | 27 | 78 | 0 | 53 | 2F | C | 14E | 4C | 34 |
| Octal | 341 | 47 | 170 | 0 | 123 | 57 | 14 | 516 | 114 | 64 |
| Binary | 11100001 | 100111 | 1111000 | 0 | 1010011 | 101111 | 1100 | 101001110 | 1001100 | 110100 |
Color Harmonies of #E12778
Complementary color
Monochromatic Colors of #E12778
Black with #E12778
Text Example
Text Example
White with #E12778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12778; }
p { color: rgb(225,39,120); }
H1.HeaderClassName
{
color: #E12778;
}
.AnyTagClassName
{
color: #E12778;
}
</style>
background-color css
<style>
a { background-color: #E12778; }
a { background-color: rgb(225,39,120); }
div.DivClassName
{
background-color: #E12778;
}
.BgClassName
{
background-color: #E12778;
}
</style>
border-color css
<style>
span { border-color: #E12778; }
span { border-color: rgb(225,39,120); }
td.TdClassName
{
border-color: #E12778;
}
.TagClassName
{
border-color: #E12778;
}
</style>