Shades of Cerise #E2225D
Tints of Cerise #E2225D
RGB
CMYK
RGB Variations
Color information
#E2225D (or 0xE2225D) is known color: Cerise. HEX triplet: E2, 22 and 5D. RGB value is (226,34,93). Sum of RGB (Red+Green+Blue) = 226+34+93=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2225D is #1DDDA2. Grayscale: #626262. Windows color (decimal): -1957283 or 6103778. OLE color: 6103778.
HSL color Cylindrical-coordinate representation of color #E2225D: hue angle of 341.56º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2225D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 93 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.11 |
| HSL | 341.56º | 0.77% | 0.51% | - |
| HSV(B) | 341.56º | 0.85% | 0.89% | - |
| XYZ | 33.91 | 18.1 | 12.06 | - |
| YUV | 98.13 | 125.11 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 93 | 0 | 0.85 | 0.59 | 0.11 | 341.56 | 0.77 | 0.51 |
| Hex | E2 | 22 | 5D | 0 | 55 | 3B | B | 156 | 4D | 33 |
| Octal | 342 | 42 | 135 | 0 | 125 | 73 | 13 | 526 | 115 | 63 |
| Binary | 11100010 | 100010 | 1011101 | 0 | 1010101 | 111011 | 1011 | 101010110 | 1001101 | 110011 |
Color Harmonies of #E2225D
Complementary color
Monochromatic Colors of #E2225D
Black with #E2225D
Text Example
Text Example
White with #E2225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2225D; }
p { color: rgb(226,34,93); }
H1.HeaderClassName
{
color: #E2225D;
}
.AnyTagClassName
{
color: #E2225D;
}
</style>
background-color css
<style>
a { background-color: #E2225D; }
a { background-color: rgb(226,34,93); }
div.DivClassName
{
background-color: #E2225D;
}
.BgClassName
{
background-color: #E2225D;
}
</style>
border-color css
<style>
span { border-color: #E2225D; }
span { border-color: rgb(226,34,93); }
td.TdClassName
{
border-color: #E2225D;
}
.TagClassName
{
border-color: #E2225D;
}
</style>