Shades of Deep Cerise #EA218E
Tints of Deep Cerise #EA218E
RGB
CMYK
RGB Variations
Color information
#EA218E (or 0xEA218E) is known color: Deep Cerise. HEX triplet: EA, 21 and 8E. RGB value is (234,33,142). Sum of RGB (Red+Green+Blue) = 234+33+142=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA218E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA218E is #15DE71. Grayscale: #696969. Windows color (decimal): -1433202 or 9314794. OLE color: 9314794.
HSL color Cylindrical-coordinate representation of color #EA218E: hue angle of 327.46º 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 #EA218E is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 142 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.08 |
| HSL | 327.46º | 0.83% | 0.52% | - |
| HSV(B) | 327.46º | 0.86% | 0.92% | - |
| XYZ | 39.36 | 20.53 | 27.48 | - |
| YUV | 105.53 | 148.59 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 142 | 0 | 0.86 | 0.39 | 0.08 | 327.46 | 0.83 | 0.52 |
| Hex | EA | 21 | 8E | 0 | 56 | 27 | 8 | 147 | 53 | 34 |
| Octal | 352 | 41 | 216 | 0 | 126 | 47 | 10 | 507 | 123 | 64 |
| Binary | 11101010 | 100001 | 10001110 | 0 | 1010110 | 100111 | 1000 | 101000111 | 1010011 | 110100 |
Color Harmonies of #EA218E
Complementary color
Monochromatic Colors of #EA218E
Black with #EA218E
Text Example
Text Example
White with #EA218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA218E; }
p { color: rgb(234,33,142); }
H1.HeaderClassName
{
color: #EA218E;
}
.AnyTagClassName
{
color: #EA218E;
}
</style>
background-color css
<style>
a { background-color: #EA218E; }
a { background-color: rgb(234,33,142); }
div.DivClassName
{
background-color: #EA218E;
}
.BgClassName
{
background-color: #EA218E;
}
</style>
border-color css
<style>
span { border-color: #EA218E; }
span { border-color: rgb(234,33,142); }
td.TdClassName
{
border-color: #EA218E;
}
.TagClassName
{
border-color: #EA218E;
}
</style>