Shades of Deep Cerise #EA228D
Tints of Deep Cerise #EA228D
RGB
CMYK
RGB Variations
Color information
#EA228D (or 0xEA228D) is known color: Deep Cerise. HEX triplet: EA, 22 and 8D. RGB value is (234,34,141). Sum of RGB (Red+Green+Blue) = 234+34+141=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA228D is #15DD72. Grayscale: #696969. Windows color (decimal): -1432947 or 9249514. OLE color: 9249514.
HSL color Cylindrical-coordinate representation of color #EA228D: hue angle of 327.9º 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 #EA228D is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 141 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.08 |
| HSL | 327.9º | 0.83% | 0.53% | - |
| HSV(B) | 327.9º | 0.85% | 0.92% | - |
| XYZ | 39.31 | 20.56 | 27.1 | - |
| YUV | 106 | 147.76 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 141 | 0 | 0.85 | 0.40 | 0.08 | 327.9 | 0.83 | 0.53 |
| Hex | EA | 22 | 8D | 0 | 55 | 28 | 8 | 148 | 53 | 35 |
| Octal | 352 | 42 | 215 | 0 | 125 | 50 | 10 | 510 | 123 | 65 |
| Binary | 11101010 | 100010 | 10001101 | 0 | 1010101 | 101000 | 1000 | 101001000 | 1010011 | 110101 |
Color Harmonies of #EA228D
Complementary color
Monochromatic Colors of #EA228D
Black with #EA228D
Text Example
Text Example
White with #EA228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA228D; }
p { color: rgb(234,34,141); }
H1.HeaderClassName
{
color: #EA228D;
}
.AnyTagClassName
{
color: #EA228D;
}
</style>
background-color css
<style>
a { background-color: #EA228D; }
a { background-color: rgb(234,34,141); }
div.DivClassName
{
background-color: #EA228D;
}
.BgClassName
{
background-color: #EA228D;
}
</style>
border-color css
<style>
span { border-color: #EA228D; }
span { border-color: rgb(234,34,141); }
td.TdClassName
{
border-color: #EA228D;
}
.TagClassName
{
border-color: #EA228D;
}
</style>