Shades of Deep Cerise #E1459D
Tints of Deep Cerise #E1459D
RGB
CMYK
RGB Variations
Color information
#E1459D (or 0xE1459D) is known color: Deep Cerise. HEX triplet: E1, 45 and 9D. RGB value is (225,69,157). Sum of RGB (Red+Green+Blue) = 225+69+157=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1459D is #1EBA62. Grayscale: #7D7D7D. Windows color (decimal): -2013795 or 10307041. OLE color: 10307041.
HSL color Cylindrical-coordinate representation of color #E1459D: hue angle of 326.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1459D is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 157 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.12 |
| HSL | 326.15º | 0.72% | 0.58% | - |
| HSV(B) | 326.15º | 0.69% | 0.88% | - |
| XYZ | 39.27 | 22.7 | 34.21 | - |
| YUV | 125.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 157 | 0 | 0.69 | 0.30 | 0.12 | 326.15 | 0.72 | 0.58 |
| Hex | E1 | 45 | 9D | 0 | 45 | 1E | C | 146 | 48 | 3A |
| Octal | 341 | 105 | 235 | 0 | 105 | 36 | 14 | 506 | 110 | 72 |
| Binary | 11100001 | 1000101 | 10011101 | 0 | 1000101 | 11110 | 1100 | 101000110 | 1001000 | 111010 |
Color Harmonies of #E1459D
Complementary color
Monochromatic Colors of #E1459D
Black with #E1459D
Text Example
Text Example
White with #E1459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1459D; }
p { color: rgb(225,69,157); }
H1.HeaderClassName
{
color: #E1459D;
}
.AnyTagClassName
{
color: #E1459D;
}
</style>
background-color css
<style>
a { background-color: #E1459D; }
a { background-color: rgb(225,69,157); }
div.DivClassName
{
background-color: #E1459D;
}
.BgClassName
{
background-color: #E1459D;
}
</style>
border-color css
<style>
span { border-color: #E1459D; }
span { border-color: rgb(225,69,157); }
td.TdClassName
{
border-color: #E1459D;
}
.TagClassName
{
border-color: #E1459D;
}
</style>