Shades of Cerise #E02F5A
Tints of Cerise #E02F5A
RGB
CMYK
RGB Variations
Color information
#E02F5A (or 0xE02F5A) is known color: Cerise. HEX triplet: E0, 2F and 5A. RGB value is (224,47,90). Sum of RGB (Red+Green+Blue) = 224+47+90=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02F5A is #1FD0A5. Grayscale: #686868. Windows color (decimal): -2085030 or 5910496. OLE color: 5910496.
HSL color Cylindrical-coordinate representation of color #E02F5A: hue angle of 345.42º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02F5A is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 90 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.12 |
| HSL | 345.42º | 0.74% | 0.53% | - |
| HSV(B) | 345.42º | 0.79% | 0.88% | - |
| XYZ | 33.6 | 18.62 | 11.5 | - |
| YUV | 104.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 90 | 0 | 0.79 | 0.60 | 0.12 | 345.42 | 0.74 | 0.53 |
| Hex | E0 | 2F | 5A | 0 | 4F | 3C | C | 159 | 4A | 35 |
| Octal | 340 | 57 | 132 | 0 | 117 | 74 | 14 | 531 | 112 | 65 |
| Binary | 11100000 | 101111 | 1011010 | 0 | 1001111 | 111100 | 1100 | 101011001 | 1001010 | 110101 |
Color Harmonies of #E02F5A
Complementary color
Monochromatic Colors of #E02F5A
Black with #E02F5A
Text Example
Text Example
White with #E02F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F5A; }
p { color: rgb(224,47,90); }
H1.HeaderClassName
{
color: #E02F5A;
}
.AnyTagClassName
{
color: #E02F5A;
}
</style>
background-color css
<style>
a { background-color: #E02F5A; }
a { background-color: rgb(224,47,90); }
div.DivClassName
{
background-color: #E02F5A;
}
.BgClassName
{
background-color: #E02F5A;
}
</style>
border-color css
<style>
span { border-color: #E02F5A; }
span { border-color: rgb(224,47,90); }
td.TdClassName
{
border-color: #E02F5A;
}
.TagClassName
{
border-color: #E02F5A;
}
</style>