Shades of Deep Cerise #E1218C
Tints of Deep Cerise #E1218C
RGB
CMYK
RGB Variations
Color information
#E1218C (or 0xE1218C) is known color: Deep Cerise. HEX triplet: E1, 21 and 8C. RGB value is (225,33,140). Sum of RGB (Red+Green+Blue) = 225+33+140=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1218C is #1EDE73. Grayscale: #666666. Windows color (decimal): -2023028 or 9183713. OLE color: 9183713.
HSL color Cylindrical-coordinate representation of color #E1218C: hue angle of 326.56º 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 #E1218C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 140 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.12 |
| HSL | 326.56º | 0.76% | 0.51% | - |
| HSV(B) | 326.56º | 0.85% | 0.88% | - |
| XYZ | 36.33 | 18.99 | 26.56 | - |
| YUV | 102.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 140 | 0 | 0.85 | 0.38 | 0.12 | 326.56 | 0.76 | 0.51 |
| Hex | E1 | 21 | 8C | 0 | 55 | 26 | C | 147 | 4C | 33 |
| Octal | 341 | 41 | 214 | 0 | 125 | 46 | 14 | 507 | 114 | 63 |
| Binary | 11100001 | 100001 | 10001100 | 0 | 1010101 | 100110 | 1100 | 101000111 | 1001100 | 110011 |
Color Harmonies of #E1218C
Complementary color
Monochromatic Colors of #E1218C
Black with #E1218C
Text Example
Text Example
White with #E1218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1218C; }
p { color: rgb(225,33,140); }
H1.HeaderClassName
{
color: #E1218C;
}
.AnyTagClassName
{
color: #E1218C;
}
</style>
background-color css
<style>
a { background-color: #E1218C; }
a { background-color: rgb(225,33,140); }
div.DivClassName
{
background-color: #E1218C;
}
.BgClassName
{
background-color: #E1218C;
}
</style>
border-color css
<style>
span { border-color: #E1218C; }
span { border-color: rgb(225,33,140); }
td.TdClassName
{
border-color: #E1218C;
}
.TagClassName
{
border-color: #E1218C;
}
</style>