Shades of Cerise #E02262
Tints of Cerise #E02262
RGB
CMYK
RGB Variations
Color information
#E02262 (or 0xE02262) is known color: Cerise. HEX triplet: E0, 22 and 62. RGB value is (224,34,98). Sum of RGB (Red+Green+Blue) = 224+34+98=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E02262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02262 is #1FDD9D. Grayscale: #626262. Windows color (decimal): -2088350 or 6431456. OLE color: 6431456.
HSL color Cylindrical-coordinate representation of color #E02262: hue angle of 339.79º degrees, saturation: 0.75, 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 #E02262 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 98 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.12 |
| HSL | 339.79º | 0.75% | 0.51% | - |
| HSV(B) | 339.79º | 0.85% | 0.88% | - |
| XYZ | 33.52 | 17.87 | 13.24 | - |
| YUV | 98.11 | 127.95 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 98 | 0 | 0.85 | 0.56 | 0.12 | 339.79 | 0.75 | 0.51 |
| Hex | E0 | 22 | 62 | 0 | 55 | 38 | C | 154 | 4B | 33 |
| Octal | 340 | 42 | 142 | 0 | 125 | 70 | 14 | 524 | 113 | 63 |
| Binary | 11100000 | 100010 | 1100010 | 0 | 1010101 | 111000 | 1100 | 101010100 | 1001011 | 110011 |
Color Harmonies of #E02262
Complementary color
Monochromatic Colors of #E02262
Black with #E02262
Text Example
Text Example
White with #E02262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02262; }
p { color: rgb(224,34,98); }
H1.HeaderClassName
{
color: #E02262;
}
.AnyTagClassName
{
color: #E02262;
}
</style>
background-color css
<style>
a { background-color: #E02262; }
a { background-color: rgb(224,34,98); }
div.DivClassName
{
background-color: #E02262;
}
.BgClassName
{
background-color: #E02262;
}
</style>
border-color css
<style>
span { border-color: #E02262; }
span { border-color: rgb(224,34,98); }
td.TdClassName
{
border-color: #E02262;
}
.TagClassName
{
border-color: #E02262;
}
</style>