Shades of Deep Cerise #E01C98
Tints of Deep Cerise #E01C98
RGB
CMYK
RGB Variations
Color information
#E01C98 (or 0xE01C98) is known color: Deep Cerise. HEX triplet: E0, 1C and 98. RGB value is (224,28,152). Sum of RGB (Red+Green+Blue) = 224+28+152=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C98 is #1FE367. Grayscale: #646464. Windows color (decimal): -2089832 or 9968864. OLE color: 9968864.
HSL color Cylindrical-coordinate representation of color #E01C98: hue angle of 322.04º 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 #E01C98 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 152 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.12 |
| HSL | 322.04º | 0.78% | 0.49% | - |
| HSV(B) | 322.04º | 0.88% | 0.88% | - |
| XYZ | 36.82 | 18.94 | 31.42 | - |
| YUV | 100.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 152 | 0 | 0.88 | 0.32 | 0.12 | 322.04 | 0.78 | 0.49 |
| Hex | E0 | 1C | 98 | 0 | 58 | 20 | C | 142 | 4E | 31 |
| Octal | 340 | 34 | 230 | 0 | 130 | 40 | 14 | 502 | 116 | 61 |
| Binary | 11100000 | 11100 | 10011000 | 0 | 1011000 | 100000 | 1100 | 101000010 | 1001110 | 110001 |
Color Harmonies of #E01C98
Complementary color
Monochromatic Colors of #E01C98
Black with #E01C98
Text Example
Text Example
White with #E01C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C98; }
p { color: rgb(224,28,152); }
H1.HeaderClassName
{
color: #E01C98;
}
.AnyTagClassName
{
color: #E01C98;
}
</style>
background-color css
<style>
a { background-color: #E01C98; }
a { background-color: rgb(224,28,152); }
div.DivClassName
{
background-color: #E01C98;
}
.BgClassName
{
background-color: #E01C98;
}
</style>
border-color css
<style>
span { border-color: #E01C98; }
span { border-color: rgb(224,28,152); }
td.TdClassName
{
border-color: #E01C98;
}
.TagClassName
{
border-color: #E01C98;
}
</style>