Shades of Cerise #E12572
Tints of Cerise #E12572
RGB
CMYK
RGB Variations
Color information
#E12572 (or 0xE12572) is known color: Cerise. HEX triplet: E1, 25 and 72. RGB value is (225,37,114). Sum of RGB (Red+Green+Blue) = 225+37+114=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E12572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12572 is #1EDA8D. Grayscale: #656565. Windows color (decimal): -2022030 or 7480801. OLE color: 7480801.
HSL color Cylindrical-coordinate representation of color #E12572: hue angle of 335.43º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12572 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 114 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.12 |
| HSL | 335.43º | 0.76% | 0.51% | - |
| HSV(B) | 335.43º | 0.84% | 0.88% | - |
| XYZ | 34.75 | 18.55 | 17.67 | - |
| YUV | 101.99 | 134.78 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 114 | 0 | 0.84 | 0.49 | 0.12 | 335.43 | 0.76 | 0.51 |
| Hex | E1 | 25 | 72 | 0 | 54 | 31 | C | 14F | 4C | 33 |
| Octal | 341 | 45 | 162 | 0 | 124 | 61 | 14 | 517 | 114 | 63 |
| Binary | 11100001 | 100101 | 1110010 | 0 | 1010100 | 110001 | 1100 | 101001111 | 1001100 | 110011 |
Color Harmonies of #E12572
Complementary color
Monochromatic Colors of #E12572
Black with #E12572
Text Example
Text Example
White with #E12572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12572; }
p { color: rgb(225,37,114); }
H1.HeaderClassName
{
color: #E12572;
}
.AnyTagClassName
{
color: #E12572;
}
</style>
background-color css
<style>
a { background-color: #E12572; }
a { background-color: rgb(225,37,114); }
div.DivClassName
{
background-color: #E12572;
}
.BgClassName
{
background-color: #E12572;
}
</style>
border-color css
<style>
span { border-color: #E12572; }
span { border-color: rgb(225,37,114); }
td.TdClassName
{
border-color: #E12572;
}
.TagClassName
{
border-color: #E12572;
}
</style>