Shades of Cerise #E12773
Tints of Cerise #E12773
RGB
CMYK
RGB Variations
Color information
#E12773 (or 0xE12773) is known color: Cerise. HEX triplet: E1, 27 and 73. RGB value is (225,39,115). Sum of RGB (Red+Green+Blue) = 225+39+115=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E12773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12773 is #1ED88C. Grayscale: #676767. Windows color (decimal): -2021517 or 7546849. OLE color: 7546849.
HSL color Cylindrical-coordinate representation of color #E12773: hue angle of 335.48º 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 #E12773 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 115 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.12 |
| HSL | 335.48º | 0.76% | 0.52% | - |
| HSV(B) | 335.48º | 0.83% | 0.88% | - |
| XYZ | 34.87 | 18.7 | 17.99 | - |
| YUV | 103.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 115 | 0 | 0.83 | 0.49 | 0.12 | 335.48 | 0.76 | 0.52 |
| Hex | E1 | 27 | 73 | 0 | 53 | 31 | C | 14F | 4C | 34 |
| Octal | 341 | 47 | 163 | 0 | 123 | 61 | 14 | 517 | 114 | 64 |
| Binary | 11100001 | 100111 | 1110011 | 0 | 1010011 | 110001 | 1100 | 101001111 | 1001100 | 110100 |
Color Harmonies of #E12773
Complementary color
Monochromatic Colors of #E12773
Black with #E12773
Text Example
Text Example
White with #E12773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12773; }
p { color: rgb(225,39,115); }
H1.HeaderClassName
{
color: #E12773;
}
.AnyTagClassName
{
color: #E12773;
}
</style>
background-color css
<style>
a { background-color: #E12773; }
a { background-color: rgb(225,39,115); }
div.DivClassName
{
background-color: #E12773;
}
.BgClassName
{
background-color: #E12773;
}
</style>
border-color css
<style>
span { border-color: #E12773; }
span { border-color: rgb(225,39,115); }
td.TdClassName
{
border-color: #E12773;
}
.TagClassName
{
border-color: #E12773;
}
</style>