Shades of Deep Cerise #E01C80
Tints of Deep Cerise #E01C80
RGB
CMYK
RGB Variations
Color information
#E01C80 (or 0xE01C80) is known color: Deep Cerise. HEX triplet: E0, 1C and 80. RGB value is (224,28,128). Sum of RGB (Red+Green+Blue) = 224+28+128=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C80 is #1FE37F. Grayscale: #616161. Windows color (decimal): -2089856 or 8396000. OLE color: 8396000.
HSL color Cylindrical-coordinate representation of color #E01C80: hue angle of 329.39º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C80 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 128 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.12 |
| HSL | 329.39º | 0.78% | 0.49% | - |
| HSV(B) | 329.39º | 0.88% | 0.88% | - |
| XYZ | 35.05 | 18.24 | 22.09 | - |
| YUV | 98 | 144.93 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 128 | 0 | 0.88 | 0.43 | 0.12 | 329.39 | 0.78 | 0.49 |
| Hex | E0 | 1C | 80 | 0 | 58 | 2B | C | 149 | 4E | 31 |
| Octal | 340 | 34 | 200 | 0 | 130 | 53 | 14 | 511 | 116 | 61 |
| Binary | 11100000 | 11100 | 10000000 | 0 | 1011000 | 101011 | 1100 | 101001001 | 1001110 | 110001 |
Color Harmonies of #E01C80
Complementary color
Monochromatic Colors of #E01C80
Black with #E01C80
Text Example
Text Example
White with #E01C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C80; }
p { color: rgb(224,28,128); }
H1.HeaderClassName
{
color: #E01C80;
}
.AnyTagClassName
{
color: #E01C80;
}
</style>
background-color css
<style>
a { background-color: #E01C80; }
a { background-color: rgb(224,28,128); }
div.DivClassName
{
background-color: #E01C80;
}
.BgClassName
{
background-color: #E01C80;
}
</style>
border-color css
<style>
span { border-color: #E01C80; }
span { border-color: rgb(224,28,128); }
td.TdClassName
{
border-color: #E01C80;
}
.TagClassName
{
border-color: #E01C80;
}
</style>