Shades of Deep Cerise #E1218B
Tints of Deep Cerise #E1218B
RGB
CMYK
RGB Variations
Color information
#E1218B (or 0xE1218B) is known color: Deep Cerise. HEX triplet: E1, 21 and 8B. RGB value is (225,33,139). Sum of RGB (Red+Green+Blue) = 225+33+139=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1218B is #1EDE74. Grayscale: #666666. Windows color (decimal): -2023029 or 9118177. OLE color: 9118177.
HSL color Cylindrical-coordinate representation of color #E1218B: hue angle of 326.88º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1218B is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 139 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.12 |
| HSL | 326.88º | 0.76% | 0.51% | - |
| HSV(B) | 326.88º | 0.85% | 0.88% | - |
| XYZ | 36.26 | 18.96 | 26.17 | - |
| YUV | 102.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 139 | 0 | 0.85 | 0.38 | 0.12 | 326.88 | 0.76 | 0.51 |
| Hex | E1 | 21 | 8B | 0 | 55 | 26 | C | 147 | 4C | 33 |
| Octal | 341 | 41 | 213 | 0 | 125 | 46 | 14 | 507 | 114 | 63 |
| Binary | 11100001 | 100001 | 10001011 | 0 | 1010101 | 100110 | 1100 | 101000111 | 1001100 | 110011 |
Color Harmonies of #E1218B
Complementary color
Monochromatic Colors of #E1218B
Black with #E1218B
Text Example
Text Example
White with #E1218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1218B; }
p { color: rgb(225,33,139); }
H1.HeaderClassName
{
color: #E1218B;
}
.AnyTagClassName
{
color: #E1218B;
}
</style>
background-color css
<style>
a { background-color: #E1218B; }
a { background-color: rgb(225,33,139); }
div.DivClassName
{
background-color: #E1218B;
}
.BgClassName
{
background-color: #E1218B;
}
</style>
border-color css
<style>
span { border-color: #E1218B; }
span { border-color: rgb(225,33,139); }
td.TdClassName
{
border-color: #E1218B;
}
.TagClassName
{
border-color: #E1218B;
}
</style>