Shades of Deep Cerise #E1227C
Tints of Deep Cerise #E1227C
RGB
CMYK
RGB Variations
Color information
#E1227C (or 0xE1227C) is known color: Deep Cerise. HEX triplet: E1, 22 and 7C. RGB value is (225,34,124). Sum of RGB (Red+Green+Blue) = 225+34+124=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1227C is #1EDD83. Grayscale: #656565. Windows color (decimal): -2022788 or 8135393. OLE color: 8135393.
HSL color Cylindrical-coordinate representation of color #E1227C: hue angle of 331.73º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1227C is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 124 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.12 |
| HSL | 331.73º | 0.76% | 0.51% | - |
| HSV(B) | 331.73º | 0.85% | 0.88% | - |
| XYZ | 35.26 | 18.61 | 20.8 | - |
| YUV | 101.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 124 | 0 | 0.85 | 0.45 | 0.12 | 331.73 | 0.76 | 0.51 |
| Hex | E1 | 22 | 7C | 0 | 55 | 2D | C | 14C | 4C | 33 |
| Octal | 341 | 42 | 174 | 0 | 125 | 55 | 14 | 514 | 114 | 63 |
| Binary | 11100001 | 100010 | 1111100 | 0 | 1010101 | 101101 | 1100 | 101001100 | 1001100 | 110011 |
Color Harmonies of #E1227C
Complementary color
Monochromatic Colors of #E1227C
Black with #E1227C
Text Example
Text Example
White with #E1227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1227C; }
p { color: rgb(225,34,124); }
H1.HeaderClassName
{
color: #E1227C;
}
.AnyTagClassName
{
color: #E1227C;
}
</style>
background-color css
<style>
a { background-color: #E1227C; }
a { background-color: rgb(225,34,124); }
div.DivClassName
{
background-color: #E1227C;
}
.BgClassName
{
background-color: #E1227C;
}
</style>
border-color css
<style>
span { border-color: #E1227C; }
span { border-color: rgb(225,34,124); }
td.TdClassName
{
border-color: #E1227C;
}
.TagClassName
{
border-color: #E1227C;
}
</style>