Shades of Cerise #E22D60
Tints of Cerise #E22D60
RGB
CMYK
RGB Variations
Color information
#E22D60 (or 0xE22D60) is known color: Cerise. HEX triplet: E2, 2D and 60. RGB value is (226,45,96). Sum of RGB (Red+Green+Blue) = 226+45+96=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22D60 is #1DD29F. Grayscale: #686868. Windows color (decimal): -1954464 or 6303202. OLE color: 6303202.
HSL color Cylindrical-coordinate representation of color #E22D60: hue angle of 343.09º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22D60 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 96 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.11 |
| HSL | 343.09º | 0.76% | 0.53% | - |
| HSV(B) | 343.09º | 0.8% | 0.89% | - |
| XYZ | 34.41 | 18.89 | 12.9 | - |
| YUV | 104.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 96 | 0 | 0.80 | 0.58 | 0.11 | 343.09 | 0.76 | 0.53 |
| Hex | E2 | 2D | 60 | 0 | 50 | 3A | B | 157 | 4C | 35 |
| Octal | 342 | 55 | 140 | 0 | 120 | 72 | 13 | 527 | 114 | 65 |
| Binary | 11100010 | 101101 | 1100000 | 0 | 1010000 | 111010 | 1011 | 101010111 | 1001100 | 110101 |
Color Harmonies of #E22D60
Complementary color
Monochromatic Colors of #E22D60
Black with #E22D60
Text Example
Text Example
White with #E22D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22D60; }
p { color: rgb(226,45,96); }
H1.HeaderClassName
{
color: #E22D60;
}
.AnyTagClassName
{
color: #E22D60;
}
</style>
background-color css
<style>
a { background-color: #E22D60; }
a { background-color: rgb(226,45,96); }
div.DivClassName
{
background-color: #E22D60;
}
.BgClassName
{
background-color: #E22D60;
}
</style>
border-color css
<style>
span { border-color: #E22D60; }
span { border-color: rgb(226,45,96); }
td.TdClassName
{
border-color: #E22D60;
}
.TagClassName
{
border-color: #E22D60;
}
</style>