Shades of Deep Cerise #E13D9D
Tints of Deep Cerise #E13D9D
RGB
CMYK
RGB Variations
Color information
#E13D9D (or 0xE13D9D) is known color: Deep Cerise. HEX triplet: E1, 3D and 9D. RGB value is (225,61,157). Sum of RGB (Red+Green+Blue) = 225+61+157=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13D9D is #1EC262. Grayscale: #787878. Windows color (decimal): -2015843 or 10304993. OLE color: 10304993.
HSL color Cylindrical-coordinate representation of color #E13D9D: hue angle of 324.88º 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 #E13D9D is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 157 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.12 |
| HSL | 324.88º | 0.73% | 0.56% | - |
| HSV(B) | 324.88º | 0.73% | 0.88% | - |
| XYZ | 38.81 | 21.78 | 34.06 | - |
| YUV | 120.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 157 | 0 | 0.73 | 0.30 | 0.12 | 324.88 | 0.73 | 0.56 |
| Hex | E1 | 3D | 9D | 0 | 49 | 1E | C | 145 | 49 | 38 |
| Octal | 341 | 75 | 235 | 0 | 111 | 36 | 14 | 505 | 111 | 70 |
| Binary | 11100001 | 111101 | 10011101 | 0 | 1001001 | 11110 | 1100 | 101000101 | 1001001 | 111000 |
Color Harmonies of #E13D9D
Complementary color
Monochromatic Colors of #E13D9D
Black with #E13D9D
Text Example
Text Example
White with #E13D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D9D; }
p { color: rgb(225,61,157); }
H1.HeaderClassName
{
color: #E13D9D;
}
.AnyTagClassName
{
color: #E13D9D;
}
</style>
background-color css
<style>
a { background-color: #E13D9D; }
a { background-color: rgb(225,61,157); }
div.DivClassName
{
background-color: #E13D9D;
}
.BgClassName
{
background-color: #E13D9D;
}
</style>
border-color css
<style>
span { border-color: #E13D9D; }
span { border-color: rgb(225,61,157); }
td.TdClassName
{
border-color: #E13D9D;
}
.TagClassName
{
border-color: #E13D9D;
}
</style>