Shades of Deep Cerise #E01F9A
Tints of Deep Cerise #E01F9A
RGB
CMYK
RGB Variations
Color information
#E01F9A (or 0xE01F9A) is known color: Deep Cerise. HEX triplet: E0, 1F and 9A. RGB value is (224,31,154). Sum of RGB (Red+Green+Blue) = 224+31+154=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01F9A is #1FE065. Grayscale: #666666. Windows color (decimal): -2089062 or 10100704. OLE color: 10100704.
HSL color Cylindrical-coordinate representation of color #E01F9A: hue angle of 321.76º 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 #E01F9A is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 154 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.12 |
| HSL | 321.76º | 0.76% | 0.5% | - |
| HSV(B) | 321.76º | 0.86% | 0.88% | - |
| XYZ | 37.06 | 19.16 | 32.32 | - |
| YUV | 102.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 154 | 0 | 0.86 | 0.31 | 0.12 | 321.76 | 0.76 | 0.5 |
| Hex | E0 | 1F | 9A | 0 | 56 | 1F | C | 142 | 4C | 32 |
| Octal | 340 | 37 | 232 | 0 | 126 | 37 | 14 | 502 | 114 | 62 |
| Binary | 11100000 | 11111 | 10011010 | 0 | 1010110 | 11111 | 1100 | 101000010 | 1001100 | 110010 |
Color Harmonies of #E01F9A
Complementary color
Monochromatic Colors of #E01F9A
Black with #E01F9A
Text Example
Text Example
White with #E01F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F9A; }
p { color: rgb(224,31,154); }
H1.HeaderClassName
{
color: #E01F9A;
}
.AnyTagClassName
{
color: #E01F9A;
}
</style>
background-color css
<style>
a { background-color: #E01F9A; }
a { background-color: rgb(224,31,154); }
div.DivClassName
{
background-color: #E01F9A;
}
.BgClassName
{
background-color: #E01F9A;
}
</style>
border-color css
<style>
span { border-color: #E01F9A; }
span { border-color: rgb(224,31,154); }
td.TdClassName
{
border-color: #E01F9A;
}
.TagClassName
{
border-color: #E01F9A;
}
</style>