Shades of Deep Cerise #E13699
Tints of Deep Cerise #E13699
RGB
CMYK
RGB Variations
Color information
#E13699 (or 0xE13699) is known color: Deep Cerise. HEX triplet: E1, 36 and 99. RGB value is (225,54,153). Sum of RGB (Red+Green+Blue) = 225+54+153=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E13699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13699 is #1EC966. Grayscale: #747474. Windows color (decimal): -2017639 or 10041057. OLE color: 10041057.
HSL color Cylindrical-coordinate representation of color #E13699: hue angle of 325.26º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13699 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 153 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.12 |
| HSL | 325.26º | 0.74% | 0.55% | - |
| HSV(B) | 325.26º | 0.76% | 0.88% | - |
| XYZ | 38.12 | 20.95 | 32.17 | - |
| YUV | 116.42 | 148.65 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 153 | 0 | 0.76 | 0.32 | 0.12 | 325.26 | 0.74 | 0.55 |
| Hex | E1 | 36 | 99 | 0 | 4C | 20 | C | 145 | 4A | 37 |
| Octal | 341 | 66 | 231 | 0 | 114 | 40 | 14 | 505 | 112 | 67 |
| Binary | 11100001 | 110110 | 10011001 | 0 | 1001100 | 100000 | 1100 | 101000101 | 1001010 | 110111 |
Color Harmonies of #E13699
Complementary color
Monochromatic Colors of #E13699
Black with #E13699
Text Example
Text Example
White with #E13699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13699; }
p { color: rgb(225,54,153); }
H1.HeaderClassName
{
color: #E13699;
}
.AnyTagClassName
{
color: #E13699;
}
</style>
background-color css
<style>
a { background-color: #E13699; }
a { background-color: rgb(225,54,153); }
div.DivClassName
{
background-color: #E13699;
}
.BgClassName
{
background-color: #E13699;
}
</style>
border-color css
<style>
span { border-color: #E13699; }
span { border-color: rgb(225,54,153); }
td.TdClassName
{
border-color: #E13699;
}
.TagClassName
{
border-color: #E13699;
}
</style>