Shades of Deep Cerise #E1449C
Tints of Deep Cerise #E1449C
RGB
CMYK
RGB Variations
Color information
#E1449C (or 0xE1449C) is known color: Deep Cerise. HEX triplet: E1, 44 and 9C. RGB value is (225,68,156). Sum of RGB (Red+Green+Blue) = 225+68+156=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1449C is #1EBB63. Grayscale: #7C7C7C. Windows color (decimal): -2014052 or 10241249. OLE color: 10241249.
HSL color Cylindrical-coordinate representation of color #E1449C: hue angle of 326.37º 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 #E1449C is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 156 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.12 |
| HSL | 326.37º | 0.72% | 0.57% | - |
| HSV(B) | 326.37º | 0.7% | 0.88% | - |
| XYZ | 39.12 | 22.54 | 33.74 | - |
| YUV | 124.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 156 | 0 | 0.70 | 0.31 | 0.12 | 326.37 | 0.72 | 0.57 |
| Hex | E1 | 44 | 9C | 0 | 46 | 1F | C | 146 | 48 | 39 |
| Octal | 341 | 104 | 234 | 0 | 106 | 37 | 14 | 506 | 110 | 71 |
| Binary | 11100001 | 1000100 | 10011100 | 0 | 1000110 | 11111 | 1100 | 101000110 | 1001000 | 111001 |
Color Harmonies of #E1449C
Complementary color
Monochromatic Colors of #E1449C
Black with #E1449C
Text Example
Text Example
White with #E1449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1449C; }
p { color: rgb(225,68,156); }
H1.HeaderClassName
{
color: #E1449C;
}
.AnyTagClassName
{
color: #E1449C;
}
</style>
background-color css
<style>
a { background-color: #E1449C; }
a { background-color: rgb(225,68,156); }
div.DivClassName
{
background-color: #E1449C;
}
.BgClassName
{
background-color: #E1449C;
}
</style>
border-color css
<style>
span { border-color: #E1449C; }
span { border-color: rgb(225,68,156); }
td.TdClassName
{
border-color: #E1449C;
}
.TagClassName
{
border-color: #E1449C;
}
</style>