Shades of Deep Cerise #E01C89
Tints of Deep Cerise #E01C89
RGB
CMYK
RGB Variations
Color information
#E01C89 (or 0xE01C89) is known color: Deep Cerise. HEX triplet: E0, 1C and 89. RGB value is (224,28,137). Sum of RGB (Red+Green+Blue) = 224+28+137=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C89 is #1FE376. Grayscale: #626262. Windows color (decimal): -2089847 or 8985824. OLE color: 8985824.
HSL color Cylindrical-coordinate representation of color #E01C89: hue angle of 326.63º 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 #E01C89 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 137 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.12 |
| HSL | 326.63º | 0.78% | 0.49% | - |
| HSV(B) | 326.63º | 0.88% | 0.88% | - |
| XYZ | 35.67 | 18.48 | 25.35 | - |
| YUV | 99.03 | 149.43 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 137 | 0 | 0.88 | 0.39 | 0.12 | 326.63 | 0.78 | 0.49 |
| Hex | E0 | 1C | 89 | 0 | 58 | 27 | C | 147 | 4E | 31 |
| Octal | 340 | 34 | 211 | 0 | 130 | 47 | 14 | 507 | 116 | 61 |
| Binary | 11100000 | 11100 | 10001001 | 0 | 1011000 | 100111 | 1100 | 101000111 | 1001110 | 110001 |
Color Harmonies of #E01C89
Complementary color
Monochromatic Colors of #E01C89
Black with #E01C89
Text Example
Text Example
White with #E01C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C89; }
p { color: rgb(224,28,137); }
H1.HeaderClassName
{
color: #E01C89;
}
.AnyTagClassName
{
color: #E01C89;
}
</style>
background-color css
<style>
a { background-color: #E01C89; }
a { background-color: rgb(224,28,137); }
div.DivClassName
{
background-color: #E01C89;
}
.BgClassName
{
background-color: #E01C89;
}
</style>
border-color css
<style>
span { border-color: #E01C89; }
span { border-color: rgb(224,28,137); }
td.TdClassName
{
border-color: #E01C89;
}
.TagClassName
{
border-color: #E01C89;
}
</style>