Shades of Deep Cerise #E1479F
Tints of Deep Cerise #E1479F
RGB
CMYK
RGB Variations
Color information
#E1479F (or 0xE1479F) is known color: Deep Cerise. HEX triplet: E1, 47 and 9F. RGB value is (225,71,159). Sum of RGB (Red+Green+Blue) = 225+71+159=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1479F is #1EB860. Grayscale: #7E7E7E. Windows color (decimal): -2013281 or 10438625. OLE color: 10438625.
HSL color Cylindrical-coordinate representation of color #E1479F: hue angle of 325.71º 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 #E1479F is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 159 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.12 |
| HSL | 325.71º | 0.72% | 0.58% | - |
| HSV(B) | 325.71º | 0.68% | 0.88% | - |
| XYZ | 39.56 | 23.02 | 35.16 | - |
| YUV | 127.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 159 | 0 | 0.68 | 0.29 | 0.12 | 325.71 | 0.72 | 0.58 |
| Hex | E1 | 47 | 9F | 0 | 44 | 1D | C | 146 | 48 | 3A |
| Octal | 341 | 107 | 237 | 0 | 104 | 35 | 14 | 506 | 110 | 72 |
| Binary | 11100001 | 1000111 | 10011111 | 0 | 1000100 | 11101 | 1100 | 101000110 | 1001000 | 111010 |
Color Harmonies of #E1479F
Complementary color
Monochromatic Colors of #E1479F
Black with #E1479F
Text Example
Text Example
White with #E1479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1479F; }
p { color: rgb(225,71,159); }
H1.HeaderClassName
{
color: #E1479F;
}
.AnyTagClassName
{
color: #E1479F;
}
</style>
background-color css
<style>
a { background-color: #E1479F; }
a { background-color: rgb(225,71,159); }
div.DivClassName
{
background-color: #E1479F;
}
.BgClassName
{
background-color: #E1479F;
}
</style>
border-color css
<style>
span { border-color: #E1479F; }
span { border-color: rgb(225,71,159); }
td.TdClassName
{
border-color: #E1479F;
}
.TagClassName
{
border-color: #E1479F;
}
</style>