Shades of Deep Cerise #E0218C
Tints of Deep Cerise #E0218C
RGB
CMYK
RGB Variations
Color information
#E0218C (or 0xE0218C) is known color: Deep Cerise. HEX triplet: E0, 21 and 8C. RGB value is (224,33,140). Sum of RGB (Red+Green+Blue) = 224+33+140=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0218C is #1FDE73. Grayscale: #666666. Windows color (decimal): -2088564 or 9183712. OLE color: 9183712.
HSL color Cylindrical-coordinate representation of color #E0218C: hue angle of 326.39º 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 #E0218C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 140 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.12 |
| HSL | 326.39º | 0.75% | 0.5% | - |
| HSV(B) | 326.39º | 0.85% | 0.88% | - |
| XYZ | 36.02 | 18.83 | 26.55 | - |
| YUV | 102.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 140 | 0 | 0.85 | 0.38 | 0.12 | 326.39 | 0.75 | 0.5 |
| Hex | E0 | 21 | 8C | 0 | 55 | 26 | C | 146 | 4B | 32 |
| Octal | 340 | 41 | 214 | 0 | 125 | 46 | 14 | 506 | 113 | 62 |
| Binary | 11100000 | 100001 | 10001100 | 0 | 1010101 | 100110 | 1100 | 101000110 | 1001011 | 110010 |
Color Harmonies of #E0218C
Complementary color
Monochromatic Colors of #E0218C
Black with #E0218C
Text Example
Text Example
White with #E0218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0218C; }
p { color: rgb(224,33,140); }
H1.HeaderClassName
{
color: #E0218C;
}
.AnyTagClassName
{
color: #E0218C;
}
</style>
background-color css
<style>
a { background-color: #E0218C; }
a { background-color: rgb(224,33,140); }
div.DivClassName
{
background-color: #E0218C;
}
.BgClassName
{
background-color: #E0218C;
}
</style>
border-color css
<style>
span { border-color: #E0218C; }
span { border-color: rgb(224,33,140); }
td.TdClassName
{
border-color: #E0218C;
}
.TagClassName
{
border-color: #E0218C;
}
</style>