Shades of Deep Cerise #E1218A
Tints of Deep Cerise #E1218A
RGB
CMYK
RGB Variations
Color information
#E1218A (or 0xE1218A) is known color: Deep Cerise. HEX triplet: E1, 21 and 8A. RGB value is (225,33,138). Sum of RGB (Red+Green+Blue) = 225+33+138=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1218A is #1EDE75. Grayscale: #666666. Windows color (decimal): -2023030 or 9052641. OLE color: 9052641.
HSL color Cylindrical-coordinate representation of color #E1218A: hue angle of 327.19º 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 #E1218A is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 138 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.12 |
| HSL | 327.19º | 0.76% | 0.51% | - |
| HSV(B) | 327.19º | 0.85% | 0.88% | - |
| XYZ | 36.18 | 18.93 | 25.79 | - |
| YUV | 102.38 | 148.11 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 138 | 0 | 0.85 | 0.39 | 0.12 | 327.19 | 0.76 | 0.51 |
| Hex | E1 | 21 | 8A | 0 | 55 | 27 | C | 147 | 4C | 33 |
| Octal | 341 | 41 | 212 | 0 | 125 | 47 | 14 | 507 | 114 | 63 |
| Binary | 11100001 | 100001 | 10001010 | 0 | 1010101 | 100111 | 1100 | 101000111 | 1001100 | 110011 |
Color Harmonies of #E1218A
Complementary color
Monochromatic Colors of #E1218A
Black with #E1218A
Text Example
Text Example
White with #E1218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1218A; }
p { color: rgb(225,33,138); }
H1.HeaderClassName
{
color: #E1218A;
}
.AnyTagClassName
{
color: #E1218A;
}
</style>
background-color css
<style>
a { background-color: #E1218A; }
a { background-color: rgb(225,33,138); }
div.DivClassName
{
background-color: #E1218A;
}
.BgClassName
{
background-color: #E1218A;
}
</style>
border-color css
<style>
span { border-color: #E1218A; }
span { border-color: rgb(225,33,138); }
td.TdClassName
{
border-color: #E1218A;
}
.TagClassName
{
border-color: #E1218A;
}
</style>