Shades of Deep Cerise #E12579
Tints of Deep Cerise #E12579
RGB
CMYK
RGB Variations
Color information
#E12579 (or 0xE12579) is known color: Deep Cerise. HEX triplet: E1, 25 and 79. RGB value is (225,37,121). Sum of RGB (Red+Green+Blue) = 225+37+121=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E12579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12579 is #1EDA86. Grayscale: #666666. Windows color (decimal): -2022023 or 7939553. OLE color: 7939553.
HSL color Cylindrical-coordinate representation of color #E12579: hue angle of 333.19º 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 #E12579 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 121 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.12 |
| HSL | 333.19º | 0.76% | 0.51% | - |
| HSV(B) | 333.19º | 0.84% | 0.88% | - |
| XYZ | 35.16 | 18.71 | 19.85 | - |
| YUV | 102.79 | 138.28 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 121 | 0 | 0.84 | 0.46 | 0.12 | 333.19 | 0.76 | 0.51 |
| Hex | E1 | 25 | 79 | 0 | 54 | 2E | C | 14D | 4C | 33 |
| Octal | 341 | 45 | 171 | 0 | 124 | 56 | 14 | 515 | 114 | 63 |
| Binary | 11100001 | 100101 | 1111001 | 0 | 1010100 | 101110 | 1100 | 101001101 | 1001100 | 110011 |
Color Harmonies of #E12579
Complementary color
Monochromatic Colors of #E12579
Black with #E12579
Text Example
Text Example
White with #E12579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12579; }
p { color: rgb(225,37,121); }
H1.HeaderClassName
{
color: #E12579;
}
.AnyTagClassName
{
color: #E12579;
}
</style>
background-color css
<style>
a { background-color: #E12579; }
a { background-color: rgb(225,37,121); }
div.DivClassName
{
background-color: #E12579;
}
.BgClassName
{
background-color: #E12579;
}
</style>
border-color css
<style>
span { border-color: #E12579; }
span { border-color: rgb(225,37,121); }
td.TdClassName
{
border-color: #E12579;
}
.TagClassName
{
border-color: #E12579;
}
</style>