Shades of Deep Cerise #EA218F
Tints of Deep Cerise #EA218F
RGB
CMYK
RGB Variations
Color information
#EA218F (or 0xEA218F) is known color: Deep Cerise. HEX triplet: EA, 21 and 8F. RGB value is (234,33,143). Sum of RGB (Red+Green+Blue) = 234+33+143=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA218F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA218F is #15DE70. Grayscale: #696969. Windows color (decimal): -1433201 or 9380330. OLE color: 9380330.
HSL color Cylindrical-coordinate representation of color #EA218F: hue angle of 327.16º 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 #EA218F is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 143 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.08 |
| HSL | 327.16º | 0.83% | 0.52% | - |
| HSV(B) | 327.16º | 0.86% | 0.92% | - |
| XYZ | 39.43 | 20.56 | 27.88 | - |
| YUV | 105.64 | 149.09 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 143 | 0 | 0.86 | 0.39 | 0.08 | 327.16 | 0.83 | 0.52 |
| Hex | EA | 21 | 8F | 0 | 56 | 27 | 8 | 147 | 53 | 34 |
| Octal | 352 | 41 | 217 | 0 | 126 | 47 | 10 | 507 | 123 | 64 |
| Binary | 11101010 | 100001 | 10001111 | 0 | 1010110 | 100111 | 1000 | 101000111 | 1010011 | 110100 |
Color Harmonies of #EA218F
Complementary color
Monochromatic Colors of #EA218F
Black with #EA218F
Text Example
Text Example
White with #EA218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA218F; }
p { color: rgb(234,33,143); }
H1.HeaderClassName
{
color: #EA218F;
}
.AnyTagClassName
{
color: #EA218F;
}
</style>
background-color css
<style>
a { background-color: #EA218F; }
a { background-color: rgb(234,33,143); }
div.DivClassName
{
background-color: #EA218F;
}
.BgClassName
{
background-color: #EA218F;
}
</style>
border-color css
<style>
span { border-color: #EA218F; }
span { border-color: rgb(234,33,143); }
td.TdClassName
{
border-color: #EA218F;
}
.TagClassName
{
border-color: #EA218F;
}
</style>