Shades of Deep Cerise #E0218B
Tints of Deep Cerise #E0218B
RGB
CMYK
RGB Variations
Color information
#E0218B (or 0xE0218B) is known color: Deep Cerise. HEX triplet: E0, 21 and 8B. RGB value is (224,33,139). Sum of RGB (Red+Green+Blue) = 224+33+139=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E0218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0218B is #1FDE74. Grayscale: #656565. Windows color (decimal): -2088565 or 9118176. OLE color: 9118176.
HSL color Cylindrical-coordinate representation of color #E0218B: hue angle of 326.7º 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 #E0218B is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 139 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.12 |
| HSL | 326.7º | 0.75% | 0.5% | - |
| HSV(B) | 326.7º | 0.85% | 0.88% | - |
| XYZ | 35.94 | 18.8 | 26.16 | - |
| YUV | 102.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 139 | 0 | 0.85 | 0.38 | 0.12 | 326.7 | 0.75 | 0.5 |
| Hex | E0 | 21 | 8B | 0 | 55 | 26 | C | 147 | 4B | 32 |
| Octal | 340 | 41 | 213 | 0 | 125 | 46 | 14 | 507 | 113 | 62 |
| Binary | 11100000 | 100001 | 10001011 | 0 | 1010101 | 100110 | 1100 | 101000111 | 1001011 | 110010 |
Color Harmonies of #E0218B
Complementary color
Monochromatic Colors of #E0218B
Black with #E0218B
Text Example
Text Example
White with #E0218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0218B; }
p { color: rgb(224,33,139); }
H1.HeaderClassName
{
color: #E0218B;
}
.AnyTagClassName
{
color: #E0218B;
}
</style>
background-color css
<style>
a { background-color: #E0218B; }
a { background-color: rgb(224,33,139); }
div.DivClassName
{
background-color: #E0218B;
}
.BgClassName
{
background-color: #E0218B;
}
</style>
border-color css
<style>
span { border-color: #E0218B; }
span { border-color: rgb(224,33,139); }
td.TdClassName
{
border-color: #E0218B;
}
.TagClassName
{
border-color: #E0218B;
}
</style>