Shades of Cerise #E22B60
Tints of Cerise #E22B60
RGB
CMYK
RGB Variations
Color information
#E22B60 (or 0xE22B60) is known color: Cerise. HEX triplet: E2, 2B and 60. RGB value is (226,43,96). Sum of RGB (Red+Green+Blue) = 226+43+96=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22B60 is #1DD49F. Grayscale: #676767. Windows color (decimal): -1954976 or 6302690. OLE color: 6302690.
HSL color Cylindrical-coordinate representation of color #E22B60: hue angle of 342.62º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22B60 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 43 | 96 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.11 |
| HSL | 342.62º | 0.76% | 0.53% | - |
| HSV(B) | 342.62º | 0.81% | 0.89% | - |
| XYZ | 34.34 | 18.74 | 12.87 | - |
| YUV | 103.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 43 | 96 | 0 | 0.81 | 0.58 | 0.11 | 342.62 | 0.76 | 0.53 |
| Hex | E2 | 2B | 60 | 0 | 51 | 3A | B | 157 | 4C | 35 |
| Octal | 342 | 53 | 140 | 0 | 121 | 72 | 13 | 527 | 114 | 65 |
| Binary | 11100010 | 101011 | 1100000 | 0 | 1010001 | 111010 | 1011 | 101010111 | 1001100 | 110101 |
Color Harmonies of #E22B60
Complementary color
Monochromatic Colors of #E22B60
Black with #E22B60
Text Example
Text Example
White with #E22B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22B60; }
p { color: rgb(226,43,96); }
H1.HeaderClassName
{
color: #E22B60;
}
.AnyTagClassName
{
color: #E22B60;
}
</style>
background-color css
<style>
a { background-color: #E22B60; }
a { background-color: rgb(226,43,96); }
div.DivClassName
{
background-color: #E22B60;
}
.BgClassName
{
background-color: #E22B60;
}
</style>
border-color css
<style>
span { border-color: #E22B60; }
span { border-color: rgb(226,43,96); }
td.TdClassName
{
border-color: #E22B60;
}
.TagClassName
{
border-color: #E22B60;
}
</style>