Shades of Deep Cerise #E1208D
Tints of Deep Cerise #E1208D
RGB
CMYK
RGB Variations
Color information
#E1208D (or 0xE1208D) is known color: Deep Cerise. HEX triplet: E1, 20 and 8D. RGB value is (225,32,141). Sum of RGB (Red+Green+Blue) = 225+32+141=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1208D is #1EDF72. Grayscale: #656565. Windows color (decimal): -2023283 or 9248993. OLE color: 9248993.
HSL color Cylindrical-coordinate representation of color #E1208D: hue angle of 326.11º 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 #E1208D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 141 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.12 |
| HSL | 326.11º | 0.76% | 0.5% | - |
| HSV(B) | 326.11º | 0.86% | 0.88% | - |
| XYZ | 36.38 | 18.96 | 26.94 | - |
| YUV | 102.13 | 149.94 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 141 | 0 | 0.86 | 0.37 | 0.12 | 326.11 | 0.76 | 0.5 |
| Hex | E1 | 20 | 8D | 0 | 56 | 25 | C | 146 | 4C | 32 |
| Octal | 341 | 40 | 215 | 0 | 126 | 45 | 14 | 506 | 114 | 62 |
| Binary | 11100001 | 100000 | 10001101 | 0 | 1010110 | 100101 | 1100 | 101000110 | 1001100 | 110010 |
Color Harmonies of #E1208D
Complementary color
Monochromatic Colors of #E1208D
Black with #E1208D
Text Example
Text Example
White with #E1208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1208D; }
p { color: rgb(225,32,141); }
H1.HeaderClassName
{
color: #E1208D;
}
.AnyTagClassName
{
color: #E1208D;
}
</style>
background-color css
<style>
a { background-color: #E1208D; }
a { background-color: rgb(225,32,141); }
div.DivClassName
{
background-color: #E1208D;
}
.BgClassName
{
background-color: #E1208D;
}
</style>
border-color css
<style>
span { border-color: #E1208D; }
span { border-color: rgb(225,32,141); }
td.TdClassName
{
border-color: #E1208D;
}
.TagClassName
{
border-color: #E1208D;
}
</style>