Shades of Deep Cerise #E1208B
Tints of Deep Cerise #E1208B
RGB
CMYK
RGB Variations
Color information
#E1208B (or 0xE1208B) is known color: Deep Cerise. HEX triplet: E1, 20 and 8B. RGB value is (225,32,139). Sum of RGB (Red+Green+Blue) = 225+32+139=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1208B is #1EDF74. Grayscale: #656565. Windows color (decimal): -2023285 or 9117921. OLE color: 9117921.
HSL color Cylindrical-coordinate representation of color #E1208B: hue angle of 326.74º 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 #E1208B is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 139 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.12 |
| HSL | 326.74º | 0.76% | 0.5% | - |
| HSV(B) | 326.74º | 0.86% | 0.88% | - |
| XYZ | 36.23 | 18.9 | 26.17 | - |
| YUV | 101.91 | 148.94 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 139 | 0 | 0.86 | 0.38 | 0.12 | 326.74 | 0.76 | 0.5 |
| Hex | E1 | 20 | 8B | 0 | 56 | 26 | C | 147 | 4C | 32 |
| Octal | 341 | 40 | 213 | 0 | 126 | 46 | 14 | 507 | 114 | 62 |
| Binary | 11100001 | 100000 | 10001011 | 0 | 1010110 | 100110 | 1100 | 101000111 | 1001100 | 110010 |
Color Harmonies of #E1208B
Complementary color
Monochromatic Colors of #E1208B
Black with #E1208B
Text Example
Text Example
White with #E1208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1208B; }
p { color: rgb(225,32,139); }
H1.HeaderClassName
{
color: #E1208B;
}
.AnyTagClassName
{
color: #E1208B;
}
</style>
background-color css
<style>
a { background-color: #E1208B; }
a { background-color: rgb(225,32,139); }
div.DivClassName
{
background-color: #E1208B;
}
.BgClassName
{
background-color: #E1208B;
}
</style>
border-color css
<style>
span { border-color: #E1208B; }
span { border-color: rgb(225,32,139); }
td.TdClassName
{
border-color: #E1208B;
}
.TagClassName
{
border-color: #E1208B;
}
</style>