Shades of Deep Cerise #EA3585
Tints of Deep Cerise #EA3585
RGB
CMYK
RGB Variations
Color information
#EA3585 (or 0xEA3585) is known color: Deep Cerise. HEX triplet: EA, 35 and 85. RGB value is (234,53,133). Sum of RGB (Red+Green+Blue) = 234+53+133=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3585 is #15CA7A. Grayscale: #747474. Windows color (decimal): -1428091 or 8730090. OLE color: 8730090.
HSL color Cylindrical-coordinate representation of color #EA3585: hue angle of 333.48º 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 #EA3585 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 133 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.08 |
| HSL | 333.48º | 0.81% | 0.56% | - |
| HSV(B) | 333.48º | 0.77% | 0.92% | - |
| XYZ | 39.44 | 21.73 | 24.31 | - |
| YUV | 116.24 | 137.47 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 133 | 0 | 0.77 | 0.43 | 0.08 | 333.48 | 0.81 | 0.56 |
| Hex | EA | 35 | 85 | 0 | 4D | 2B | 8 | 14D | 51 | 38 |
| Octal | 352 | 65 | 205 | 0 | 115 | 53 | 10 | 515 | 121 | 70 |
| Binary | 11101010 | 110101 | 10000101 | 0 | 1001101 | 101011 | 1000 | 101001101 | 1010001 | 111000 |
Color Harmonies of #EA3585
Complementary color
Monochromatic Colors of #EA3585
Black with #EA3585
Text Example
Text Example
White with #EA3585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3585; }
p { color: rgb(234,53,133); }
H1.HeaderClassName
{
color: #EA3585;
}
.AnyTagClassName
{
color: #EA3585;
}
</style>
background-color css
<style>
a { background-color: #EA3585; }
a { background-color: rgb(234,53,133); }
div.DivClassName
{
background-color: #EA3585;
}
.BgClassName
{
background-color: #EA3585;
}
</style>
border-color css
<style>
span { border-color: #EA3585; }
span { border-color: rgb(234,53,133); }
td.TdClassName
{
border-color: #EA3585;
}
.TagClassName
{
border-color: #EA3585;
}
</style>