Shades of Deep Cerise #EA2290
Tints of Deep Cerise #EA2290
RGB
CMYK
RGB Variations
Color information
#EA2290 (or 0xEA2290) is known color: Deep Cerise. HEX triplet: EA, 22 and 90. RGB value is (234,34,144). Sum of RGB (Red+Green+Blue) = 234+34+144=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2290 is #15DD6F. Grayscale: #6A6A6A. Windows color (decimal): -1432944 or 9446122. OLE color: 9446122.
HSL color Cylindrical-coordinate representation of color #EA2290: hue angle of 327º 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 #EA2290 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 144 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.08 |
| HSL | 327º | 0.83% | 0.53% | - |
| HSV(B) | 327º | 0.85% | 0.92% | - |
| XYZ | 39.54 | 20.65 | 28.29 | - |
| YUV | 106.34 | 149.26 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 144 | 0 | 0.85 | 0.38 | 0.08 | 327 | 0.83 | 0.53 |
| Hex | EA | 22 | 90 | 0 | 55 | 26 | 8 | 147 | 53 | 35 |
| Octal | 352 | 42 | 220 | 0 | 125 | 46 | 10 | 507 | 123 | 65 |
| Binary | 11101010 | 100010 | 10010000 | 0 | 1010101 | 100110 | 1000 | 101000111 | 1010011 | 110101 |
Color Harmonies of #EA2290
Complementary color
Monochromatic Colors of #EA2290
Black with #EA2290
Text Example
Text Example
White with #EA2290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2290; }
p { color: rgb(234,34,144); }
H1.HeaderClassName
{
color: #EA2290;
}
.AnyTagClassName
{
color: #EA2290;
}
</style>
background-color css
<style>
a { background-color: #EA2290; }
a { background-color: rgb(234,34,144); }
div.DivClassName
{
background-color: #EA2290;
}
.BgClassName
{
background-color: #EA2290;
}
</style>
border-color css
<style>
span { border-color: #EA2290; }
span { border-color: rgb(234,34,144); }
td.TdClassName
{
border-color: #EA2290;
}
.TagClassName
{
border-color: #EA2290;
}
</style>