Shades of Cerise #E02568
Tints of Cerise #E02568
RGB
CMYK
RGB Variations
Color information
#E02568 (or 0xE02568) is known color: Cerise. HEX triplet: E0, 25 and 68. RGB value is (224,37,104). Sum of RGB (Red+Green+Blue) = 224+37+104=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E02568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02568 is #1FDA97. Grayscale: #646464. Windows color (decimal): -2087576 or 6825440. OLE color: 6825440.
HSL color Cylindrical-coordinate representation of color #E02568: hue angle of 338.5º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02568 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 104 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.12 |
| HSL | 338.5º | 0.75% | 0.51% | - |
| HSV(B) | 338.5º | 0.83% | 0.88% | - |
| XYZ | 33.9 | 18.17 | 14.82 | - |
| YUV | 100.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 104 | 0 | 0.83 | 0.54 | 0.12 | 338.5 | 0.75 | 0.51 |
| Hex | E0 | 25 | 68 | 0 | 53 | 36 | C | 153 | 4B | 33 |
| Octal | 340 | 45 | 150 | 0 | 123 | 66 | 14 | 523 | 113 | 63 |
| Binary | 11100000 | 100101 | 1101000 | 0 | 1010011 | 110110 | 1100 | 101010011 | 1001011 | 110011 |
Color Harmonies of #E02568
Complementary color
Monochromatic Colors of #E02568
Black with #E02568
Text Example
Text Example
White with #E02568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02568; }
p { color: rgb(224,37,104); }
H1.HeaderClassName
{
color: #E02568;
}
.AnyTagClassName
{
color: #E02568;
}
</style>
background-color css
<style>
a { background-color: #E02568; }
a { background-color: rgb(224,37,104); }
div.DivClassName
{
background-color: #E02568;
}
.BgClassName
{
background-color: #E02568;
}
</style>
border-color css
<style>
span { border-color: #E02568; }
span { border-color: rgb(224,37,104); }
td.TdClassName
{
border-color: #E02568;
}
.TagClassName
{
border-color: #E02568;
}
</style>