Shades of Deep Cerise #EA218D
Tints of Deep Cerise #EA218D
RGB
CMYK
RGB Variations
Color information
#EA218D (or 0xEA218D) is known color: Deep Cerise. HEX triplet: EA, 21 and 8D. RGB value is (234,33,141). Sum of RGB (Red+Green+Blue) = 234+33+141=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA218D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA218D is #15DE72. Grayscale: #696969. Windows color (decimal): -1433203 or 9249258. OLE color: 9249258.
HSL color Cylindrical-coordinate representation of color #EA218D: hue angle of 327.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA218D is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 141 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.08 |
| HSL | 327.76º | 0.83% | 0.52% | - |
| HSV(B) | 327.76º | 0.86% | 0.92% | - |
| XYZ | 39.28 | 20.5 | 27.09 | - |
| YUV | 105.41 | 148.09 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 141 | 0 | 0.86 | 0.40 | 0.08 | 327.76 | 0.83 | 0.52 |
| Hex | EA | 21 | 8D | 0 | 56 | 28 | 8 | 148 | 53 | 34 |
| Octal | 352 | 41 | 215 | 0 | 126 | 50 | 10 | 510 | 123 | 64 |
| Binary | 11101010 | 100001 | 10001101 | 0 | 1010110 | 101000 | 1000 | 101001000 | 1010011 | 110100 |
Color Harmonies of #EA218D
Complementary color
Monochromatic Colors of #EA218D
Black with #EA218D
Text Example
Text Example
White with #EA218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA218D; }
p { color: rgb(234,33,141); }
H1.HeaderClassName
{
color: #EA218D;
}
.AnyTagClassName
{
color: #EA218D;
}
</style>
background-color css
<style>
a { background-color: #EA218D; }
a { background-color: rgb(234,33,141); }
div.DivClassName
{
background-color: #EA218D;
}
.BgClassName
{
background-color: #EA218D;
}
</style>
border-color css
<style>
span { border-color: #EA218D; }
span { border-color: rgb(234,33,141); }
td.TdClassName
{
border-color: #EA218D;
}
.TagClassName
{
border-color: #EA218D;
}
</style>