Shades of Deep Cerise #E1367C
Tints of Deep Cerise #E1367C
RGB
CMYK
RGB Variations
Color information
#E1367C (or 0xE1367C) is known color: Deep Cerise. HEX triplet: E1, 36 and 7C. RGB value is (225,54,124). Sum of RGB (Red+Green+Blue) = 225+54+124=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1367C is #1EC983. Grayscale: #717171. Windows color (decimal): -2017668 or 8140513. OLE color: 8140513.
HSL color Cylindrical-coordinate representation of color #E1367C: hue angle of 335.44º 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 #E1367C is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 124 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.12 |
| HSL | 335.44º | 0.74% | 0.55% | - |
| HSV(B) | 335.44º | 0.76% | 0.88% | - |
| XYZ | 36.01 | 20.1 | 21.05 | - |
| YUV | 113.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 124 | 0 | 0.76 | 0.45 | 0.12 | 335.44 | 0.74 | 0.55 |
| Hex | E1 | 36 | 7C | 0 | 4C | 2D | C | 14F | 4A | 37 |
| Octal | 341 | 66 | 174 | 0 | 114 | 55 | 14 | 517 | 112 | 67 |
| Binary | 11100001 | 110110 | 1111100 | 0 | 1001100 | 101101 | 1100 | 101001111 | 1001010 | 110111 |
Color Harmonies of #E1367C
Complementary color
Monochromatic Colors of #E1367C
Black with #E1367C
Text Example
Text Example
White with #E1367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1367C; }
p { color: rgb(225,54,124); }
H1.HeaderClassName
{
color: #E1367C;
}
.AnyTagClassName
{
color: #E1367C;
}
</style>
background-color css
<style>
a { background-color: #E1367C; }
a { background-color: rgb(225,54,124); }
div.DivClassName
{
background-color: #E1367C;
}
.BgClassName
{
background-color: #E1367C;
}
</style>
border-color css
<style>
span { border-color: #E1367C; }
span { border-color: rgb(225,54,124); }
td.TdClassName
{
border-color: #E1367C;
}
.TagClassName
{
border-color: #E1367C;
}
</style>