Shades of Cerise #E02D68
Tints of Cerise #E02D68
RGB
CMYK
RGB Variations
Color information
#E02D68 (or 0xE02D68) is known color: Cerise. HEX triplet: E0, 2D and 68. RGB value is (224,45,104). Sum of RGB (Red+Green+Blue) = 224+45+104=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D68 is #1FD297. Grayscale: #696969. Windows color (decimal): -2085528 or 6827488. OLE color: 6827488.
HSL color Cylindrical-coordinate representation of color #E02D68: hue angle of 340.22º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D68 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 104 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.12 |
| HSL | 340.22º | 0.74% | 0.53% | - |
| HSV(B) | 340.22º | 0.8% | 0.88% | - |
| XYZ | 34.18 | 18.72 | 14.91 | - |
| YUV | 105.25 | 127.3 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 104 | 0 | 0.80 | 0.54 | 0.12 | 340.22 | 0.74 | 0.53 |
| Hex | E0 | 2D | 68 | 0 | 50 | 36 | C | 154 | 4A | 35 |
| Octal | 340 | 55 | 150 | 0 | 120 | 66 | 14 | 524 | 112 | 65 |
| Binary | 11100000 | 101101 | 1101000 | 0 | 1010000 | 110110 | 1100 | 101010100 | 1001010 | 110101 |
Color Harmonies of #E02D68
Complementary color
Monochromatic Colors of #E02D68
Black with #E02D68
Text Example
Text Example
White with #E02D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D68; }
p { color: rgb(224,45,104); }
H1.HeaderClassName
{
color: #E02D68;
}
.AnyTagClassName
{
color: #E02D68;
}
</style>
background-color css
<style>
a { background-color: #E02D68; }
a { background-color: rgb(224,45,104); }
div.DivClassName
{
background-color: #E02D68;
}
.BgClassName
{
background-color: #E02D68;
}
</style>
border-color css
<style>
span { border-color: #E02D68; }
span { border-color: rgb(224,45,104); }
td.TdClassName
{
border-color: #E02D68;
}
.TagClassName
{
border-color: #E02D68;
}
</style>