Shades of Deep Cerise #E0299A
Tints of Deep Cerise #E0299A
RGB
CMYK
RGB Variations
Color information
#E0299A (or 0xE0299A) is known color: Deep Cerise. HEX triplet: E0, 29 and 9A. RGB value is (224,41,154). Sum of RGB (Red+Green+Blue) = 224+41+154=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0299A is #1FD665. Grayscale: #6C6C6C. Windows color (decimal): -2086502 or 10103264. OLE color: 10103264.
HSL color Cylindrical-coordinate representation of color #E0299A: hue angle of 322.95º 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 #E0299A is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 154 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.12 |
| HSL | 322.95º | 0.75% | 0.52% | - |
| HSV(B) | 322.95º | 0.82% | 0.88% | - |
| XYZ | 37.37 | 19.77 | 32.42 | - |
| YUV | 108.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 154 | 0 | 0.82 | 0.31 | 0.12 | 322.95 | 0.75 | 0.52 |
| Hex | E0 | 29 | 9A | 0 | 52 | 1F | C | 143 | 4B | 34 |
| Octal | 340 | 51 | 232 | 0 | 122 | 37 | 14 | 503 | 113 | 64 |
| Binary | 11100000 | 101001 | 10011010 | 0 | 1010010 | 11111 | 1100 | 101000011 | 1001011 | 110100 |
Color Harmonies of #E0299A
Complementary color
Monochromatic Colors of #E0299A
Black with #E0299A
Text Example
Text Example
White with #E0299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0299A; }
p { color: rgb(224,41,154); }
H1.HeaderClassName
{
color: #E0299A;
}
.AnyTagClassName
{
color: #E0299A;
}
</style>
background-color css
<style>
a { background-color: #E0299A; }
a { background-color: rgb(224,41,154); }
div.DivClassName
{
background-color: #E0299A;
}
.BgClassName
{
background-color: #E0299A;
}
</style>
border-color css
<style>
span { border-color: #E0299A; }
span { border-color: rgb(224,41,154); }
td.TdClassName
{
border-color: #E0299A;
}
.TagClassName
{
border-color: #E0299A;
}
</style>