Shades of Deep Cerise #E1479B
Tints of Deep Cerise #E1479B
RGB
CMYK
RGB Variations
Color information
#E1479B (or 0xE1479B) is known color: Deep Cerise. HEX triplet: E1, 47 and 9B. RGB value is (225,71,155). Sum of RGB (Red+Green+Blue) = 225+71+155=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1479B is #1EB864. Grayscale: #7E7E7E. Windows color (decimal): -2013285 or 10176481. OLE color: 10176481.
HSL color Cylindrical-coordinate representation of color #E1479B: hue angle of 327.27º 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 #E1479B is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 155 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.12 |
| HSL | 327.27º | 0.72% | 0.58% | - |
| HSV(B) | 327.27º | 0.68% | 0.88% | - |
| XYZ | 39.22 | 22.88 | 33.36 | - |
| YUV | 126.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 155 | 0 | 0.68 | 0.31 | 0.12 | 327.27 | 0.72 | 0.58 |
| Hex | E1 | 47 | 9B | 0 | 44 | 1F | C | 147 | 48 | 3A |
| Octal | 341 | 107 | 233 | 0 | 104 | 37 | 14 | 507 | 110 | 72 |
| Binary | 11100001 | 1000111 | 10011011 | 0 | 1000100 | 11111 | 1100 | 101000111 | 1001000 | 111010 |
Color Harmonies of #E1479B
Complementary color
Monochromatic Colors of #E1479B
Black with #E1479B
Text Example
Text Example
White with #E1479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1479B; }
p { color: rgb(225,71,155); }
H1.HeaderClassName
{
color: #E1479B;
}
.AnyTagClassName
{
color: #E1479B;
}
</style>
background-color css
<style>
a { background-color: #E1479B; }
a { background-color: rgb(225,71,155); }
div.DivClassName
{
background-color: #E1479B;
}
.BgClassName
{
background-color: #E1479B;
}
</style>
border-color css
<style>
span { border-color: #E1479B; }
span { border-color: rgb(225,71,155); }
td.TdClassName
{
border-color: #E1479B;
}
.TagClassName
{
border-color: #E1479B;
}
</style>