Shades of Deep Cerise #EA228F
Tints of Deep Cerise #EA228F
RGB
CMYK
RGB Variations
Color information
#EA228F (or 0xEA228F) is known color: Deep Cerise. HEX triplet: EA, 22 and 8F. RGB value is (234,34,143). Sum of RGB (Red+Green+Blue) = 234+34+143=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA228F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA228F is #15DD70. Grayscale: #696969. Windows color (decimal): -1432945 or 9380586. OLE color: 9380586.
HSL color Cylindrical-coordinate representation of color #EA228F: hue angle of 327.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA228F is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 143 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.08 |
| HSL | 327.3º | 0.83% | 0.53% | - |
| HSV(B) | 327.3º | 0.85% | 0.92% | - |
| XYZ | 39.46 | 20.62 | 27.89 | - |
| YUV | 106.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 143 | 0 | 0.85 | 0.39 | 0.08 | 327.3 | 0.83 | 0.53 |
| Hex | EA | 22 | 8F | 0 | 55 | 27 | 8 | 147 | 53 | 35 |
| Octal | 352 | 42 | 217 | 0 | 125 | 47 | 10 | 507 | 123 | 65 |
| Binary | 11101010 | 100010 | 10001111 | 0 | 1010101 | 100111 | 1000 | 101000111 | 1010011 | 110101 |
Color Harmonies of #EA228F
Complementary color
Monochromatic Colors of #EA228F
Black with #EA228F
Text Example
Text Example
White with #EA228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA228F; }
p { color: rgb(234,34,143); }
H1.HeaderClassName
{
color: #EA228F;
}
.AnyTagClassName
{
color: #EA228F;
}
</style>
background-color css
<style>
a { background-color: #EA228F; }
a { background-color: rgb(234,34,143); }
div.DivClassName
{
background-color: #EA228F;
}
.BgClassName
{
background-color: #EA228F;
}
</style>
border-color css
<style>
span { border-color: #EA228F; }
span { border-color: rgb(234,34,143); }
td.TdClassName
{
border-color: #EA228F;
}
.TagClassName
{
border-color: #EA228F;
}
</style>