Shades of Deep Cerise #E0208B
Tints of Deep Cerise #E0208B
RGB
CMYK
RGB Variations
Color information
#E0208B (or 0xE0208B) is known color: Deep Cerise. HEX triplet: E0, 20 and 8B. RGB value is (224,32,139). Sum of RGB (Red+Green+Blue) = 224+32+139=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E0208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0208B is #1FDF74. Grayscale: #656565. Windows color (decimal): -2088821 or 9117920. OLE color: 9117920.
HSL color Cylindrical-coordinate representation of color #E0208B: hue angle of 326.56º 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 #E0208B is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 139 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.12 |
| HSL | 326.56º | 0.76% | 0.5% | - |
| HSV(B) | 326.56º | 0.86% | 0.88% | - |
| XYZ | 35.92 | 18.74 | 26.15 | - |
| YUV | 101.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 139 | 0 | 0.86 | 0.38 | 0.12 | 326.56 | 0.76 | 0.5 |
| Hex | E0 | 20 | 8B | 0 | 56 | 26 | C | 147 | 4C | 32 |
| Octal | 340 | 40 | 213 | 0 | 126 | 46 | 14 | 507 | 114 | 62 |
| Binary | 11100000 | 100000 | 10001011 | 0 | 1010110 | 100110 | 1100 | 101000111 | 1001100 | 110010 |
Color Harmonies of #E0208B
Complementary color
Monochromatic Colors of #E0208B
Black with #E0208B
Text Example
Text Example
White with #E0208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0208B; }
p { color: rgb(224,32,139); }
H1.HeaderClassName
{
color: #E0208B;
}
.AnyTagClassName
{
color: #E0208B;
}
</style>
background-color css
<style>
a { background-color: #E0208B; }
a { background-color: rgb(224,32,139); }
div.DivClassName
{
background-color: #E0208B;
}
.BgClassName
{
background-color: #E0208B;
}
</style>
border-color css
<style>
span { border-color: #E0208B; }
span { border-color: rgb(224,32,139); }
td.TdClassName
{
border-color: #E0208B;
}
.TagClassName
{
border-color: #E0208B;
}
</style>