Shades of Deep Cerise #E0217F
Tints of Deep Cerise #E0217F
RGB
CMYK
RGB Variations
Color information
#E0217F (or 0xE0217F) is known color: Deep Cerise. HEX triplet: E0, 21 and 7F. RGB value is (224,33,127). Sum of RGB (Red+Green+Blue) = 224+33+127=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0217F is #1FDE80. Grayscale: #646464. Windows color (decimal): -2088577 or 8331744. OLE color: 8331744.
HSL color Cylindrical-coordinate representation of color #E0217F: hue angle of 330.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0217F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 127 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.12 |
| HSL | 330.47º | 0.75% | 0.5% | - |
| HSV(B) | 330.47º | 0.85% | 0.88% | - |
| XYZ | 35.12 | 18.47 | 21.79 | - |
| YUV | 100.83 | 142.78 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 127 | 0 | 0.85 | 0.43 | 0.12 | 330.47 | 0.75 | 0.5 |
| Hex | E0 | 21 | 7F | 0 | 55 | 2B | C | 14A | 4B | 32 |
| Octal | 340 | 41 | 177 | 0 | 125 | 53 | 14 | 512 | 113 | 62 |
| Binary | 11100000 | 100001 | 1111111 | 0 | 1010101 | 101011 | 1100 | 101001010 | 1001011 | 110010 |
Color Harmonies of #E0217F
Complementary color
Monochromatic Colors of #E0217F
Black with #E0217F
Text Example
Text Example
White with #E0217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0217F; }
p { color: rgb(224,33,127); }
H1.HeaderClassName
{
color: #E0217F;
}
.AnyTagClassName
{
color: #E0217F;
}
</style>
background-color css
<style>
a { background-color: #E0217F; }
a { background-color: rgb(224,33,127); }
div.DivClassName
{
background-color: #E0217F;
}
.BgClassName
{
background-color: #E0217F;
}
</style>
border-color css
<style>
span { border-color: #E0217F; }
span { border-color: rgb(224,33,127); }
td.TdClassName
{
border-color: #E0217F;
}
.TagClassName
{
border-color: #E0217F;
}
</style>