Shades of Deep Cerise #EA3785
Tints of Deep Cerise #EA3785
RGB
CMYK
RGB Variations
Color information
#EA3785 (or 0xEA3785) is known color: Deep Cerise. HEX triplet: EA, 37 and 85. RGB value is (234,55,133). Sum of RGB (Red+Green+Blue) = 234+55+133=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3785 is #15C87A. Grayscale: #757575. Windows color (decimal): -1427579 or 8730602. OLE color: 8730602.
HSL color Cylindrical-coordinate representation of color #EA3785: hue angle of 333.85º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA3785 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 133 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.08 |
| HSL | 333.85º | 0.81% | 0.57% | - |
| HSV(B) | 333.85º | 0.76% | 0.92% | - |
| XYZ | 39.53 | 21.92 | 24.34 | - |
| YUV | 117.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 133 | 0 | 0.76 | 0.43 | 0.08 | 333.85 | 0.81 | 0.57 |
| Hex | EA | 37 | 85 | 0 | 4C | 2B | 8 | 14E | 51 | 39 |
| Octal | 352 | 67 | 205 | 0 | 114 | 53 | 10 | 516 | 121 | 71 |
| Binary | 11101010 | 110111 | 10000101 | 0 | 1001100 | 101011 | 1000 | 101001110 | 1010001 | 111001 |
Color Harmonies of #EA3785
Complementary color
Monochromatic Colors of #EA3785
Black with #EA3785
Text Example
Text Example
White with #EA3785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3785; }
p { color: rgb(234,55,133); }
H1.HeaderClassName
{
color: #EA3785;
}
.AnyTagClassName
{
color: #EA3785;
}
</style>
background-color css
<style>
a { background-color: #EA3785; }
a { background-color: rgb(234,55,133); }
div.DivClassName
{
background-color: #EA3785;
}
.BgClassName
{
background-color: #EA3785;
}
</style>
border-color css
<style>
span { border-color: #EA3785; }
span { border-color: rgb(234,55,133); }
td.TdClassName
{
border-color: #EA3785;
}
.TagClassName
{
border-color: #EA3785;
}
</style>