Shades of Cerise #E02B6D
Tints of Cerise #E02B6D
RGB
CMYK
RGB Variations
Color information
#E02B6D (or 0xE02B6D) is known color: Cerise. HEX triplet: E0, 2B and 6D. RGB value is (224,43,109). Sum of RGB (Red+Green+Blue) = 224+43+109=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B6D is #1FD492. Grayscale: #686868. Windows color (decimal): -2086035 or 7154656. OLE color: 7154656.
HSL color Cylindrical-coordinate representation of color #E02B6D: hue angle of 338.12º 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 #E02B6D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 109 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.12 |
| HSL | 338.12º | 0.74% | 0.52% | - |
| HSV(B) | 338.12º | 0.81% | 0.88% | - |
| XYZ | 34.36 | 18.68 | 16.26 | - |
| YUV | 104.64 | 130.47 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 109 | 0 | 0.81 | 0.51 | 0.12 | 338.12 | 0.74 | 0.52 |
| Hex | E0 | 2B | 6D | 0 | 51 | 33 | C | 152 | 4A | 34 |
| Octal | 340 | 53 | 155 | 0 | 121 | 63 | 14 | 522 | 112 | 64 |
| Binary | 11100000 | 101011 | 1101101 | 0 | 1010001 | 110011 | 1100 | 101010010 | 1001010 | 110100 |
Color Harmonies of #E02B6D
Complementary color
Monochromatic Colors of #E02B6D
Black with #E02B6D
Text Example
Text Example
White with #E02B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02B6D; }
p { color: rgb(224,43,109); }
H1.HeaderClassName
{
color: #E02B6D;
}
.AnyTagClassName
{
color: #E02B6D;
}
</style>
background-color css
<style>
a { background-color: #E02B6D; }
a { background-color: rgb(224,43,109); }
div.DivClassName
{
background-color: #E02B6D;
}
.BgClassName
{
background-color: #E02B6D;
}
</style>
border-color css
<style>
span { border-color: #E02B6D; }
span { border-color: rgb(224,43,109); }
td.TdClassName
{
border-color: #E02B6D;
}
.TagClassName
{
border-color: #E02B6D;
}
</style>