Shades of Cerise #E02268
Tints of Cerise #E02268
RGB
CMYK
RGB Variations
Color information
#E02268 (or 0xE02268) is known color: Cerise. HEX triplet: E0, 22 and 68. RGB value is (224,34,104). Sum of RGB (Red+Green+Blue) = 224+34+104=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E02268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02268 is #1FDD97. Grayscale: #626262. Windows color (decimal): -2088344 or 6824672. OLE color: 6824672.
HSL color Cylindrical-coordinate representation of color #E02268: hue angle of 337.89º 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 #E02268 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 104 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.12 |
| HSL | 337.89º | 0.75% | 0.51% | - |
| HSV(B) | 337.89º | 0.85% | 0.88% | - |
| XYZ | 33.81 | 17.99 | 14.79 | - |
| YUV | 98.79 | 130.95 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 104 | 0 | 0.85 | 0.54 | 0.12 | 337.89 | 0.75 | 0.51 |
| Hex | E0 | 22 | 68 | 0 | 55 | 36 | C | 152 | 4B | 33 |
| Octal | 340 | 42 | 150 | 0 | 125 | 66 | 14 | 522 | 113 | 63 |
| Binary | 11100000 | 100010 | 1101000 | 0 | 1010101 | 110110 | 1100 | 101010010 | 1001011 | 110011 |
Color Harmonies of #E02268
Complementary color
Monochromatic Colors of #E02268
Black with #E02268
Text Example
Text Example
White with #E02268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02268; }
p { color: rgb(224,34,104); }
H1.HeaderClassName
{
color: #E02268;
}
.AnyTagClassName
{
color: #E02268;
}
</style>
background-color css
<style>
a { background-color: #E02268; }
a { background-color: rgb(224,34,104); }
div.DivClassName
{
background-color: #E02268;
}
.BgClassName
{
background-color: #E02268;
}
</style>
border-color css
<style>
span { border-color: #E02268; }
span { border-color: rgb(224,34,104); }
td.TdClassName
{
border-color: #E02268;
}
.TagClassName
{
border-color: #E02268;
}
</style>