Shades of Deep Cerise #E0449A
Tints of Deep Cerise #E0449A
RGB
CMYK
RGB Variations
Color information
#E0449A (or 0xE0449A) is known color: Deep Cerise. HEX triplet: E0, 44 and 9A. RGB value is (224,68,154). Sum of RGB (Red+Green+Blue) = 224+68+154=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0449A is #1FBB65. Grayscale: #7C7C7C. Windows color (decimal): -2079590 or 10110176. OLE color: 10110176.
HSL color Cylindrical-coordinate representation of color #E0449A: hue angle of 326.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E0449A is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 154 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.12 |
| HSL | 326.92º | 0.72% | 0.57% | - |
| HSV(B) | 326.92º | 0.7% | 0.88% | - |
| XYZ | 38.64 | 22.31 | 32.84 | - |
| YUV | 124.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 154 | 0 | 0.70 | 0.31 | 0.12 | 326.92 | 0.72 | 0.57 |
| Hex | E0 | 44 | 9A | 0 | 46 | 1F | C | 147 | 48 | 39 |
| Octal | 340 | 104 | 232 | 0 | 106 | 37 | 14 | 507 | 110 | 71 |
| Binary | 11100000 | 1000100 | 10011010 | 0 | 1000110 | 11111 | 1100 | 101000111 | 1001000 | 111001 |
Color Harmonies of #E0449A
Complementary color
Monochromatic Colors of #E0449A
Black with #E0449A
Text Example
Text Example
White with #E0449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0449A; }
p { color: rgb(224,68,154); }
H1.HeaderClassName
{
color: #E0449A;
}
.AnyTagClassName
{
color: #E0449A;
}
</style>
background-color css
<style>
a { background-color: #E0449A; }
a { background-color: rgb(224,68,154); }
div.DivClassName
{
background-color: #E0449A;
}
.BgClassName
{
background-color: #E0449A;
}
</style>
border-color css
<style>
span { border-color: #E0449A; }
span { border-color: rgb(224,68,154); }
td.TdClassName
{
border-color: #E0449A;
}
.TagClassName
{
border-color: #E0449A;
}
</style>