Shades of Deep Cerise #E01F93
Tints of Deep Cerise #E01F93
RGB
CMYK
RGB Variations
Color information
#E01F93 (or 0xE01F93) is known color: Deep Cerise. HEX triplet: E0, 1F and 93. RGB value is (224,31,147). Sum of RGB (Red+Green+Blue) = 224+31+147=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01F93 is #1FE06C. Grayscale: #656565. Windows color (decimal): -2089069 or 9641952. OLE color: 9641952.
HSL color Cylindrical-coordinate representation of color #E01F93: hue angle of 323.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01F93 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 147 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.12 |
| HSL | 323.94º | 0.76% | 0.5% | - |
| HSV(B) | 323.94º | 0.86% | 0.88% | - |
| XYZ | 36.5 | 18.93 | 29.33 | - |
| YUV | 101.93 | 153.44 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 147 | 0 | 0.86 | 0.34 | 0.12 | 323.94 | 0.76 | 0.5 |
| Hex | E0 | 1F | 93 | 0 | 56 | 22 | C | 144 | 4C | 32 |
| Octal | 340 | 37 | 223 | 0 | 126 | 42 | 14 | 504 | 114 | 62 |
| Binary | 11100000 | 11111 | 10010011 | 0 | 1010110 | 100010 | 1100 | 101000100 | 1001100 | 110010 |
Color Harmonies of #E01F93
Complementary color
Monochromatic Colors of #E01F93
Black with #E01F93
Text Example
Text Example
White with #E01F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F93; }
p { color: rgb(224,31,147); }
H1.HeaderClassName
{
color: #E01F93;
}
.AnyTagClassName
{
color: #E01F93;
}
</style>
background-color css
<style>
a { background-color: #E01F93; }
a { background-color: rgb(224,31,147); }
div.DivClassName
{
background-color: #E01F93;
}
.BgClassName
{
background-color: #E01F93;
}
</style>
border-color css
<style>
span { border-color: #E01F93; }
span { border-color: rgb(224,31,147); }
td.TdClassName
{
border-color: #E01F93;
}
.TagClassName
{
border-color: #E01F93;
}
</style>