Shades of Deep Cerise #E0297D
Tints of Deep Cerise #E0297D
RGB
CMYK
RGB Variations
Color information
#E0297D (or 0xE0297D) is known color: Deep Cerise. HEX triplet: E0, 29 and 7D. RGB value is (224,41,125). Sum of RGB (Red+Green+Blue) = 224+41+125=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E0297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0297D is #1FD682. Grayscale: #696969. Windows color (decimal): -2086531 or 8202720. OLE color: 8202720.
HSL color Cylindrical-coordinate representation of color #E0297D: hue angle of 332.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0297D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 125 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.12 |
| HSL | 332.46º | 0.75% | 0.52% | - |
| HSV(B) | 332.46º | 0.82% | 0.88% | - |
| XYZ | 35.24 | 18.91 | 21.2 | - |
| YUV | 105.29 | 139.13 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 125 | 0 | 0.82 | 0.44 | 0.12 | 332.46 | 0.75 | 0.52 |
| Hex | E0 | 29 | 7D | 0 | 52 | 2C | C | 14C | 4B | 34 |
| Octal | 340 | 51 | 175 | 0 | 122 | 54 | 14 | 514 | 113 | 64 |
| Binary | 11100000 | 101001 | 1111101 | 0 | 1010010 | 101100 | 1100 | 101001100 | 1001011 | 110100 |
Color Harmonies of #E0297D
Complementary color
Monochromatic Colors of #E0297D
Black with #E0297D
Text Example
Text Example
White with #E0297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0297D; }
p { color: rgb(224,41,125); }
H1.HeaderClassName
{
color: #E0297D;
}
.AnyTagClassName
{
color: #E0297D;
}
</style>
background-color css
<style>
a { background-color: #E0297D; }
a { background-color: rgb(224,41,125); }
div.DivClassName
{
background-color: #E0297D;
}
.BgClassName
{
background-color: #E0297D;
}
</style>
border-color css
<style>
span { border-color: #E0297D; }
span { border-color: rgb(224,41,125); }
td.TdClassName
{
border-color: #E0297D;
}
.TagClassName
{
border-color: #E0297D;
}
</style>