Shades of Deep Cerise #E0298B
Tints of Deep Cerise #E0298B
RGB
CMYK
RGB Variations
Color information
#E0298B (or 0xE0298B) is known color: Deep Cerise. HEX triplet: E0, 29 and 8B. RGB value is (224,41,139). Sum of RGB (Red+Green+Blue) = 224+41+139=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E0298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0298B is #1FD674. Grayscale: #6A6A6A. Windows color (decimal): -2086517 or 9120224. OLE color: 9120224.
HSL color Cylindrical-coordinate representation of color #E0298B: hue angle of 327.87º 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 #E0298B is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 139 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.12 |
| HSL | 327.87º | 0.75% | 0.52% | - |
| HSV(B) | 327.87º | 0.82% | 0.88% | - |
| XYZ | 36.19 | 19.3 | 26.24 | - |
| YUV | 106.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 139 | 0 | 0.82 | 0.38 | 0.12 | 327.87 | 0.75 | 0.52 |
| Hex | E0 | 29 | 8B | 0 | 52 | 26 | C | 148 | 4B | 34 |
| Octal | 340 | 51 | 213 | 0 | 122 | 46 | 14 | 510 | 113 | 64 |
| Binary | 11100000 | 101001 | 10001011 | 0 | 1010010 | 100110 | 1100 | 101001000 | 1001011 | 110100 |
Color Harmonies of #E0298B
Complementary color
Monochromatic Colors of #E0298B
Black with #E0298B
Text Example
Text Example
White with #E0298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0298B; }
p { color: rgb(224,41,139); }
H1.HeaderClassName
{
color: #E0298B;
}
.AnyTagClassName
{
color: #E0298B;
}
</style>
background-color css
<style>
a { background-color: #E0298B; }
a { background-color: rgb(224,41,139); }
div.DivClassName
{
background-color: #E0298B;
}
.BgClassName
{
background-color: #E0298B;
}
</style>
border-color css
<style>
span { border-color: #E0298B; }
span { border-color: rgb(224,41,139); }
td.TdClassName
{
border-color: #E0298B;
}
.TagClassName
{
border-color: #E0298B;
}
</style>