Shades of Deep Cerise #E01C8F
Tints of Deep Cerise #E01C8F
RGB
CMYK
RGB Variations
Color information
#E01C8F (or 0xE01C8F) is known color: Deep Cerise. HEX triplet: E0, 1C and 8F. RGB value is (224,28,143). Sum of RGB (Red+Green+Blue) = 224+28+143=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C8F is #1FE370. Grayscale: #636363. Windows color (decimal): -2089841 or 9379040. OLE color: 9379040.
HSL color Cylindrical-coordinate representation of color #E01C8F: hue angle of 324.8º 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 #E01C8F is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 143 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.12 |
| HSL | 324.8º | 0.78% | 0.49% | - |
| HSV(B) | 324.8º | 0.88% | 0.88% | - |
| XYZ | 36.11 | 18.66 | 27.69 | - |
| YUV | 99.71 | 152.43 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 143 | 0 | 0.88 | 0.36 | 0.12 | 324.8 | 0.78 | 0.49 |
| Hex | E0 | 1C | 8F | 0 | 58 | 24 | C | 145 | 4E | 31 |
| Octal | 340 | 34 | 217 | 0 | 130 | 44 | 14 | 505 | 116 | 61 |
| Binary | 11100000 | 11100 | 10001111 | 0 | 1011000 | 100100 | 1100 | 101000101 | 1001110 | 110001 |
Color Harmonies of #E01C8F
Complementary color
Monochromatic Colors of #E01C8F
Black with #E01C8F
Text Example
Text Example
White with #E01C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C8F; }
p { color: rgb(224,28,143); }
H1.HeaderClassName
{
color: #E01C8F;
}
.AnyTagClassName
{
color: #E01C8F;
}
</style>
background-color css
<style>
a { background-color: #E01C8F; }
a { background-color: rgb(224,28,143); }
div.DivClassName
{
background-color: #E01C8F;
}
.BgClassName
{
background-color: #E01C8F;
}
</style>
border-color css
<style>
span { border-color: #E01C8F; }
span { border-color: rgb(224,28,143); }
td.TdClassName
{
border-color: #E01C8F;
}
.TagClassName
{
border-color: #E01C8F;
}
</style>