Shades of Deep Cerise #E13C9F
Tints of Deep Cerise #E13C9F
RGB
CMYK
RGB Variations
Color information
#E13C9F (or 0xE13C9F) is known color: Deep Cerise. HEX triplet: E1, 3C and 9F. RGB value is (225,60,159). Sum of RGB (Red+Green+Blue) = 225+60+159=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13C9F is #1EC360. Grayscale: #787878. Windows color (decimal): -2016097 or 10435809. OLE color: 10435809.
HSL color Cylindrical-coordinate representation of color #E13C9F: hue angle of 324º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13C9F is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 159 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.12 |
| HSL | 324º | 0.73% | 0.56% | - |
| HSV(B) | 324º | 0.73% | 0.88% | - |
| XYZ | 38.93 | 21.74 | 34.95 | - |
| YUV | 120.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 159 | 0 | 0.73 | 0.29 | 0.12 | 324 | 0.73 | 0.56 |
| Hex | E1 | 3C | 9F | 0 | 49 | 1D | C | 144 | 49 | 38 |
| Octal | 341 | 74 | 237 | 0 | 111 | 35 | 14 | 504 | 111 | 70 |
| Binary | 11100001 | 111100 | 10011111 | 0 | 1001001 | 11101 | 1100 | 101000100 | 1001001 | 111000 |
Color Harmonies of #E13C9F
Complementary color
Monochromatic Colors of #E13C9F
Black with #E13C9F
Text Example
Text Example
White with #E13C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C9F; }
p { color: rgb(225,60,159); }
H1.HeaderClassName
{
color: #E13C9F;
}
.AnyTagClassName
{
color: #E13C9F;
}
</style>
background-color css
<style>
a { background-color: #E13C9F; }
a { background-color: rgb(225,60,159); }
div.DivClassName
{
background-color: #E13C9F;
}
.BgClassName
{
background-color: #E13C9F;
}
</style>
border-color css
<style>
span { border-color: #E13C9F; }
span { border-color: rgb(225,60,159); }
td.TdClassName
{
border-color: #E13C9F;
}
.TagClassName
{
border-color: #E13C9F;
}
</style>