Shades of Deep Cerise #E1489B
Tints of Deep Cerise #E1489B
RGB
CMYK
RGB Variations
Color information
#E1489B (or 0xE1489B) is known color: Deep Cerise. HEX triplet: E1, 48 and 9B. RGB value is (225,72,155). Sum of RGB (Red+Green+Blue) = 225+72+155=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1489B is #1EB764. Grayscale: #7F7F7F. Windows color (decimal): -2013029 or 10176737. OLE color: 10176737.
HSL color Cylindrical-coordinate representation of color #E1489B: hue angle of 327.45º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1489B is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 155 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.12 |
| HSL | 327.45º | 0.72% | 0.58% | - |
| HSV(B) | 327.45º | 0.68% | 0.88% | - |
| XYZ | 39.29 | 23.01 | 33.38 | - |
| YUV | 127.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 155 | 0 | 0.68 | 0.31 | 0.12 | 327.45 | 0.72 | 0.58 |
| Hex | E1 | 48 | 9B | 0 | 44 | 1F | C | 147 | 48 | 3A |
| Octal | 341 | 110 | 233 | 0 | 104 | 37 | 14 | 507 | 110 | 72 |
| Binary | 11100001 | 1001000 | 10011011 | 0 | 1000100 | 11111 | 1100 | 101000111 | 1001000 | 111010 |
Color Harmonies of #E1489B
Complementary color
Monochromatic Colors of #E1489B
Black with #E1489B
Text Example
Text Example
White with #E1489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1489B; }
p { color: rgb(225,72,155); }
H1.HeaderClassName
{
color: #E1489B;
}
.AnyTagClassName
{
color: #E1489B;
}
</style>
background-color css
<style>
a { background-color: #E1489B; }
a { background-color: rgb(225,72,155); }
div.DivClassName
{
background-color: #E1489B;
}
.BgClassName
{
background-color: #E1489B;
}
</style>
border-color css
<style>
span { border-color: #E1489B; }
span { border-color: rgb(225,72,155); }
td.TdClassName
{
border-color: #E1489B;
}
.TagClassName
{
border-color: #E1489B;
}
</style>