Shades of Deep Cerise #EA3579
Tints of Deep Cerise #EA3579
RGB
CMYK
RGB Variations
Color information
#EA3579 (or 0xEA3579) is known color: Deep Cerise. HEX triplet: EA, 35 and 79. RGB value is (234,53,121). Sum of RGB (Red+Green+Blue) = 234+53+121=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3579 is #15CA86. Grayscale: #727272. Windows color (decimal): -1428103 or 7943658. OLE color: 7943658.
HSL color Cylindrical-coordinate representation of color #EA3579: hue angle of 337.46º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA3579 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 121 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.08 |
| HSL | 337.46º | 0.81% | 0.56% | - |
| HSV(B) | 337.46º | 0.77% | 0.92% | - |
| XYZ | 38.66 | 21.42 | 20.19 | - |
| YUV | 114.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 121 | 0 | 0.77 | 0.48 | 0.08 | 337.46 | 0.81 | 0.56 |
| Hex | EA | 35 | 79 | 0 | 4D | 30 | 8 | 151 | 51 | 38 |
| Octal | 352 | 65 | 171 | 0 | 115 | 60 | 10 | 521 | 121 | 70 |
| Binary | 11101010 | 110101 | 1111001 | 0 | 1001101 | 110000 | 1000 | 101010001 | 1010001 | 111000 |
Color Harmonies of #EA3579
Complementary color
Monochromatic Colors of #EA3579
Black with #EA3579
Text Example
Text Example
White with #EA3579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3579; }
p { color: rgb(234,53,121); }
H1.HeaderClassName
{
color: #EA3579;
}
.AnyTagClassName
{
color: #EA3579;
}
</style>
background-color css
<style>
a { background-color: #EA3579; }
a { background-color: rgb(234,53,121); }
div.DivClassName
{
background-color: #EA3579;
}
.BgClassName
{
background-color: #EA3579;
}
</style>
border-color css
<style>
span { border-color: #EA3579; }
span { border-color: rgb(234,53,121); }
td.TdClassName
{
border-color: #EA3579;
}
.TagClassName
{
border-color: #EA3579;
}
</style>