Shades of Cerise #E02F6D
Tints of Cerise #E02F6D
RGB
CMYK
RGB Variations
Color information
#E02F6D (or 0xE02F6D) is known color: Cerise. HEX triplet: E0, 2F and 6D. RGB value is (224,47,109). Sum of RGB (Red+Green+Blue) = 224+47+109=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02F6D is #1FD092. Grayscale: #6A6A6A. Windows color (decimal): -2085011 or 7155680. OLE color: 7155680.
HSL color Cylindrical-coordinate representation of color #E02F6D: hue angle of 338.98º 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 #E02F6D is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 109 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.12 |
| HSL | 338.98º | 0.74% | 0.53% | - |
| HSV(B) | 338.98º | 0.79% | 0.88% | - |
| XYZ | 34.52 | 18.98 | 16.31 | - |
| YUV | 106.99 | 129.14 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 109 | 0 | 0.79 | 0.51 | 0.12 | 338.98 | 0.74 | 0.53 |
| Hex | E0 | 2F | 6D | 0 | 4F | 33 | C | 153 | 4A | 35 |
| Octal | 340 | 57 | 155 | 0 | 117 | 63 | 14 | 523 | 112 | 65 |
| Binary | 11100000 | 101111 | 1101101 | 0 | 1001111 | 110011 | 1100 | 101010011 | 1001010 | 110101 |
Color Harmonies of #E02F6D
Complementary color
Monochromatic Colors of #E02F6D
Black with #E02F6D
Text Example
Text Example
White with #E02F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F6D; }
p { color: rgb(224,47,109); }
H1.HeaderClassName
{
color: #E02F6D;
}
.AnyTagClassName
{
color: #E02F6D;
}
</style>
background-color css
<style>
a { background-color: #E02F6D; }
a { background-color: rgb(224,47,109); }
div.DivClassName
{
background-color: #E02F6D;
}
.BgClassName
{
background-color: #E02F6D;
}
</style>
border-color css
<style>
span { border-color: #E02F6D; }
span { border-color: rgb(224,47,109); }
td.TdClassName
{
border-color: #E02F6D;
}
.TagClassName
{
border-color: #E02F6D;
}
</style>