Shades of Deep Cerise #E13C9D
Tints of Deep Cerise #E13C9D
RGB
CMYK
RGB Variations
Color information
#E13C9D (or 0xE13C9D) is known color: Deep Cerise. HEX triplet: E1, 3C and 9D. RGB value is (225,60,157). Sum of RGB (Red+Green+Blue) = 225+60+157=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13C9D is #1EC362. Grayscale: #787878. Windows color (decimal): -2016099 or 10304737. OLE color: 10304737.
HSL color Cylindrical-coordinate representation of color #E13C9D: hue angle of 324.73º 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 #E13C9D is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 157 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.12 |
| HSL | 324.73º | 0.73% | 0.56% | - |
| HSV(B) | 324.73º | 0.73% | 0.88% | - |
| XYZ | 38.75 | 21.67 | 34.04 | - |
| YUV | 120.39 | 148.66 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 157 | 0 | 0.73 | 0.30 | 0.12 | 324.73 | 0.73 | 0.56 |
| Hex | E1 | 3C | 9D | 0 | 49 | 1E | C | 145 | 49 | 38 |
| Octal | 341 | 74 | 235 | 0 | 111 | 36 | 14 | 505 | 111 | 70 |
| Binary | 11100001 | 111100 | 10011101 | 0 | 1001001 | 11110 | 1100 | 101000101 | 1001001 | 111000 |
Color Harmonies of #E13C9D
Complementary color
Monochromatic Colors of #E13C9D
Black with #E13C9D
Text Example
Text Example
White with #E13C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C9D; }
p { color: rgb(225,60,157); }
H1.HeaderClassName
{
color: #E13C9D;
}
.AnyTagClassName
{
color: #E13C9D;
}
</style>
background-color css
<style>
a { background-color: #E13C9D; }
a { background-color: rgb(225,60,157); }
div.DivClassName
{
background-color: #E13C9D;
}
.BgClassName
{
background-color: #E13C9D;
}
</style>
border-color css
<style>
span { border-color: #E13C9D; }
span { border-color: rgb(225,60,157); }
td.TdClassName
{
border-color: #E13C9D;
}
.TagClassName
{
border-color: #E13C9D;
}
</style>