Shades of Cerise #E02B5D
Tints of Cerise #E02B5D
RGB
CMYK
RGB Variations
Color information
#E02B5D (or 0xE02B5D) is known color: Cerise. HEX triplet: E0, 2B and 5D. RGB value is (224,43,93). Sum of RGB (Red+Green+Blue) = 224+43+93=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B5D is #1FD4A2. Grayscale: #666666. Windows color (decimal): -2086051 or 6106080. OLE color: 6106080.
HSL color Cylindrical-coordinate representation of color #E02B5D: hue angle of 343.43º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02B5D is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 93 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.12 |
| HSL | 343.43º | 0.74% | 0.52% | - |
| HSV(B) | 343.43º | 0.81% | 0.88% | - |
| XYZ | 33.58 | 18.37 | 12.13 | - |
| YUV | 102.82 | 122.47 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 93 | 0 | 0.81 | 0.58 | 0.12 | 343.43 | 0.74 | 0.52 |
| Hex | E0 | 2B | 5D | 0 | 51 | 3A | C | 157 | 4A | 34 |
| Octal | 340 | 53 | 135 | 0 | 121 | 72 | 14 | 527 | 112 | 64 |
| Binary | 11100000 | 101011 | 1011101 | 0 | 1010001 | 111010 | 1100 | 101010111 | 1001010 | 110100 |
Color Harmonies of #E02B5D
Complementary color
Monochromatic Colors of #E02B5D
Black with #E02B5D
Text Example
Text Example
White with #E02B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02B5D; }
p { color: rgb(224,43,93); }
H1.HeaderClassName
{
color: #E02B5D;
}
.AnyTagClassName
{
color: #E02B5D;
}
</style>
background-color css
<style>
a { background-color: #E02B5D; }
a { background-color: rgb(224,43,93); }
div.DivClassName
{
background-color: #E02B5D;
}
.BgClassName
{
background-color: #E02B5D;
}
</style>
border-color css
<style>
span { border-color: #E02B5D; }
span { border-color: rgb(224,43,93); }
td.TdClassName
{
border-color: #E02B5D;
}
.TagClassName
{
border-color: #E02B5D;
}
</style>