Shades of Deep Cerise #E13077
Tints of Deep Cerise #E13077
RGB
CMYK
RGB Variations
Color information
#E13077 (or 0xE13077) is known color: Deep Cerise. HEX triplet: E1, 30 and 77. RGB value is (225,48,119). Sum of RGB (Red+Green+Blue) = 225+48+119=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E13077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13077 is #1ECF88. Grayscale: #6C6C6C. Windows color (decimal): -2019209 or 7811297. OLE color: 7811297.
HSL color Cylindrical-coordinate representation of color #E13077: hue angle of 335.93º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E13077 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 119 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.12 |
| HSL | 335.93º | 0.75% | 0.54% | - |
| HSV(B) | 335.93º | 0.79% | 0.88% | - |
| XYZ | 35.44 | 19.45 | 19.34 | - |
| YUV | 109.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 119 | 0 | 0.79 | 0.47 | 0.12 | 335.93 | 0.75 | 0.54 |
| Hex | E1 | 30 | 77 | 0 | 4F | 2F | C | 150 | 4B | 36 |
| Octal | 341 | 60 | 167 | 0 | 117 | 57 | 14 | 520 | 113 | 66 |
| Binary | 11100001 | 110000 | 1110111 | 0 | 1001111 | 101111 | 1100 | 101010000 | 1001011 | 110110 |
Color Harmonies of #E13077
Complementary color
Monochromatic Colors of #E13077
Black with #E13077
Text Example
Text Example
White with #E13077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13077; }
p { color: rgb(225,48,119); }
H1.HeaderClassName
{
color: #E13077;
}
.AnyTagClassName
{
color: #E13077;
}
</style>
background-color css
<style>
a { background-color: #E13077; }
a { background-color: rgb(225,48,119); }
div.DivClassName
{
background-color: #E13077;
}
.BgClassName
{
background-color: #E13077;
}
</style>
border-color css
<style>
span { border-color: #E13077; }
span { border-color: rgb(225,48,119); }
td.TdClassName
{
border-color: #E13077;
}
.TagClassName
{
border-color: #E13077;
}
</style>