Shades of Deep Cerise #E0247F
Tints of Deep Cerise #E0247F
RGB
CMYK
RGB Variations
Color information
#E0247F (or 0xE0247F) is known color: Deep Cerise. HEX triplet: E0, 24 and 7F. RGB value is (224,36,127). Sum of RGB (Red+Green+Blue) = 224+36+127=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0247F is #1FDB80. Grayscale: #666666. Windows color (decimal): -2087809 or 8332512. OLE color: 8332512.
HSL color Cylindrical-coordinate representation of color #E0247F: hue angle of 330.96º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0247F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 127 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.12 |
| HSL | 330.96º | 0.75% | 0.51% | - |
| HSV(B) | 330.96º | 0.84% | 0.88% | - |
| XYZ | 35.2 | 18.64 | 21.82 | - |
| YUV | 102.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 127 | 0 | 0.84 | 0.43 | 0.12 | 330.96 | 0.75 | 0.51 |
| Hex | E0 | 24 | 7F | 0 | 54 | 2B | C | 14B | 4B | 33 |
| Octal | 340 | 44 | 177 | 0 | 124 | 53 | 14 | 513 | 113 | 63 |
| Binary | 11100000 | 100100 | 1111111 | 0 | 1010100 | 101011 | 1100 | 101001011 | 1001011 | 110011 |
Color Harmonies of #E0247F
Complementary color
Monochromatic Colors of #E0247F
Black with #E0247F
Text Example
Text Example
White with #E0247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0247F; }
p { color: rgb(224,36,127); }
H1.HeaderClassName
{
color: #E0247F;
}
.AnyTagClassName
{
color: #E0247F;
}
</style>
background-color css
<style>
a { background-color: #E0247F; }
a { background-color: rgb(224,36,127); }
div.DivClassName
{
background-color: #E0247F;
}
.BgClassName
{
background-color: #E0247F;
}
</style>
border-color css
<style>
span { border-color: #E0247F; }
span { border-color: rgb(224,36,127); }
td.TdClassName
{
border-color: #E0247F;
}
.TagClassName
{
border-color: #E0247F;
}
</style>