Shades of Deep Cerise #EC3585
Tints of Deep Cerise #EC3585
RGB
CMYK
RGB Variations
Color information
#EC3585 (or 0xEC3585) is known color: Deep Cerise. HEX triplet: EC, 35 and 85. RGB value is (236,53,133). Sum of RGB (Red+Green+Blue) = 236+53+133=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3585 is #13CA7A. Grayscale: #747474. Windows color (decimal): -1297019 or 8730092. OLE color: 8730092.
HSL color Cylindrical-coordinate representation of color #EC3585: hue angle of 333.77º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3585 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 133 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.07 |
| HSL | 333.77º | 0.83% | 0.57% | - |
| HSV(B) | 333.77º | 0.78% | 0.93% | - |
| XYZ | 40.1 | 22.07 | 24.34 | - |
| YUV | 116.84 | 137.13 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 133 | 0 | 0.78 | 0.44 | 0.07 | 333.77 | 0.83 | 0.57 |
| Hex | EC | 35 | 85 | 0 | 4E | 2C | 7 | 14E | 53 | 39 |
| Octal | 354 | 65 | 205 | 0 | 116 | 54 | 7 | 516 | 123 | 71 |
| Binary | 11101100 | 110101 | 10000101 | 0 | 1001110 | 101100 | 111 | 101001110 | 1010011 | 111001 |
Color Harmonies of #EC3585
Complementary color
Monochromatic Colors of #EC3585
Black with #EC3585
Text Example
Text Example
White with #EC3585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3585; }
p { color: rgb(236,53,133); }
H1.HeaderClassName
{
color: #EC3585;
}
.AnyTagClassName
{
color: #EC3585;
}
</style>
background-color css
<style>
a { background-color: #EC3585; }
a { background-color: rgb(236,53,133); }
div.DivClassName
{
background-color: #EC3585;
}
.BgClassName
{
background-color: #EC3585;
}
</style>
border-color css
<style>
span { border-color: #EC3585; }
span { border-color: rgb(236,53,133); }
td.TdClassName
{
border-color: #EC3585;
}
.TagClassName
{
border-color: #EC3585;
}
</style>