Shades of Deep Cerise #E0297E
Tints of Deep Cerise #E0297E
RGB
CMYK
RGB Variations
Color information
#E0297E (or 0xE0297E) is known color: Deep Cerise. HEX triplet: E0, 29 and 7E. RGB value is (224,41,126). Sum of RGB (Red+Green+Blue) = 224+41+126=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E0297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0297E is #1FD681. Grayscale: #696969. Windows color (decimal): -2086530 or 8268256. OLE color: 8268256.
HSL color Cylindrical-coordinate representation of color #E0297E: hue angle of 332.13º 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 #E0297E is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 126 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.12 |
| HSL | 332.13º | 0.75% | 0.52% | - |
| HSV(B) | 332.13º | 0.82% | 0.88% | - |
| XYZ | 35.3 | 18.94 | 21.53 | - |
| YUV | 105.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 126 | 0 | 0.82 | 0.44 | 0.12 | 332.13 | 0.75 | 0.52 |
| Hex | E0 | 29 | 7E | 0 | 52 | 2C | C | 14C | 4B | 34 |
| Octal | 340 | 51 | 176 | 0 | 122 | 54 | 14 | 514 | 113 | 64 |
| Binary | 11100000 | 101001 | 1111110 | 0 | 1010010 | 101100 | 1100 | 101001100 | 1001011 | 110100 |
Color Harmonies of #E0297E
Complementary color
Monochromatic Colors of #E0297E
Black with #E0297E
Text Example
Text Example
White with #E0297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0297E; }
p { color: rgb(224,41,126); }
H1.HeaderClassName
{
color: #E0297E;
}
.AnyTagClassName
{
color: #E0297E;
}
</style>
background-color css
<style>
a { background-color: #E0297E; }
a { background-color: rgb(224,41,126); }
div.DivClassName
{
background-color: #E0297E;
}
.BgClassName
{
background-color: #E0297E;
}
</style>
border-color css
<style>
span { border-color: #E0297E; }
span { border-color: rgb(224,41,126); }
td.TdClassName
{
border-color: #E0297E;
}
.TagClassName
{
border-color: #E0297E;
}
</style>