Shades of Deep Cerise #E12777
Tints of Deep Cerise #E12777
RGB
CMYK
RGB Variations
Color information
#E12777 (or 0xE12777) is known color: Deep Cerise. HEX triplet: E1, 27 and 77. RGB value is (225,39,119). Sum of RGB (Red+Green+Blue) = 225+39+119=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E12777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12777 is #1ED888. Grayscale: #676767. Windows color (decimal): -2021513 or 7808993. OLE color: 7808993.
HSL color Cylindrical-coordinate representation of color #E12777: hue angle of 334.19º 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 #E12777 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 119 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.12 |
| HSL | 334.19º | 0.76% | 0.52% | - |
| HSV(B) | 334.19º | 0.83% | 0.88% | - |
| XYZ | 35.11 | 18.79 | 19.23 | - |
| YUV | 103.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 119 | 0 | 0.83 | 0.47 | 0.12 | 334.19 | 0.76 | 0.52 |
| Hex | E1 | 27 | 77 | 0 | 53 | 2F | C | 14E | 4C | 34 |
| Octal | 341 | 47 | 167 | 0 | 123 | 57 | 14 | 516 | 114 | 64 |
| Binary | 11100001 | 100111 | 1110111 | 0 | 1010011 | 101111 | 1100 | 101001110 | 1001100 | 110100 |
Color Harmonies of #E12777
Complementary color
Monochromatic Colors of #E12777
Black with #E12777
Text Example
Text Example
White with #E12777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12777; }
p { color: rgb(225,39,119); }
H1.HeaderClassName
{
color: #E12777;
}
.AnyTagClassName
{
color: #E12777;
}
</style>
background-color css
<style>
a { background-color: #E12777; }
a { background-color: rgb(225,39,119); }
div.DivClassName
{
background-color: #E12777;
}
.BgClassName
{
background-color: #E12777;
}
</style>
border-color css
<style>
span { border-color: #E12777; }
span { border-color: rgb(225,39,119); }
td.TdClassName
{
border-color: #E12777;
}
.TagClassName
{
border-color: #E12777;
}
</style>