Shades of Deep Cerise #E13C9E
Tints of Deep Cerise #E13C9E
RGB
CMYK
RGB Variations
Color information
#E13C9E (or 0xE13C9E) is known color: Deep Cerise. HEX triplet: E1, 3C and 9E. RGB value is (225,60,158). Sum of RGB (Red+Green+Blue) = 225+60+158=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13C9E is #1EC361. Grayscale: #787878. Windows color (decimal): -2016098 or 10370273. OLE color: 10370273.
HSL color Cylindrical-coordinate representation of color #E13C9E: hue angle of 324.36º 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 #E13C9E is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 158 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.12 |
| HSL | 324.36º | 0.73% | 0.56% | - |
| HSV(B) | 324.36º | 0.73% | 0.88% | - |
| XYZ | 38.84 | 21.71 | 34.49 | - |
| YUV | 120.51 | 149.16 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 158 | 0 | 0.73 | 0.30 | 0.12 | 324.36 | 0.73 | 0.56 |
| Hex | E1 | 3C | 9E | 0 | 49 | 1E | C | 144 | 49 | 38 |
| Octal | 341 | 74 | 236 | 0 | 111 | 36 | 14 | 504 | 111 | 70 |
| Binary | 11100001 | 111100 | 10011110 | 0 | 1001001 | 11110 | 1100 | 101000100 | 1001001 | 111000 |
Color Harmonies of #E13C9E
Complementary color
Monochromatic Colors of #E13C9E
Black with #E13C9E
Text Example
Text Example
White with #E13C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C9E; }
p { color: rgb(225,60,158); }
H1.HeaderClassName
{
color: #E13C9E;
}
.AnyTagClassName
{
color: #E13C9E;
}
</style>
background-color css
<style>
a { background-color: #E13C9E; }
a { background-color: rgb(225,60,158); }
div.DivClassName
{
background-color: #E13C9E;
}
.BgClassName
{
background-color: #E13C9E;
}
</style>
border-color css
<style>
span { border-color: #E13C9E; }
span { border-color: rgb(225,60,158); }
td.TdClassName
{
border-color: #E13C9E;
}
.TagClassName
{
border-color: #E13C9E;
}
</style>