Shades of Deep Cerise #EC3489
Tints of Deep Cerise #EC3489
RGB
CMYK
RGB Variations
Color information
#EC3489 (or 0xEC3489) is known color: Deep Cerise. HEX triplet: EC, 34 and 89. RGB value is (236,52,137). Sum of RGB (Red+Green+Blue) = 236+52+137=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3489 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3489 is #13CB76. Grayscale: #747474. Windows color (decimal): -1297271 or 8991980. OLE color: 8991980.
HSL color Cylindrical-coordinate representation of color #EC3489: hue angle of 332.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3489 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 137 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.07 |
| HSL | 332.28º | 0.83% | 0.56% | - |
| HSV(B) | 332.28º | 0.78% | 0.93% | - |
| XYZ | 40.34 | 22.09 | 25.81 | - |
| YUV | 116.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 137 | 0 | 0.78 | 0.42 | 0.07 | 332.28 | 0.83 | 0.56 |
| Hex | EC | 34 | 89 | 0 | 4E | 2A | 7 | 14C | 53 | 38 |
| Octal | 354 | 64 | 211 | 0 | 116 | 52 | 7 | 514 | 123 | 70 |
| Binary | 11101100 | 110100 | 10001001 | 0 | 1001110 | 101010 | 111 | 101001100 | 1010011 | 111000 |
Color Harmonies of #EC3489
Complementary color
Monochromatic Colors of #EC3489
Black with #EC3489
Text Example
Text Example
White with #EC3489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3489; }
p { color: rgb(236,52,137); }
H1.HeaderClassName
{
color: #EC3489;
}
.AnyTagClassName
{
color: #EC3489;
}
</style>
background-color css
<style>
a { background-color: #EC3489; }
a { background-color: rgb(236,52,137); }
div.DivClassName
{
background-color: #EC3489;
}
.BgClassName
{
background-color: #EC3489;
}
</style>
border-color css
<style>
span { border-color: #EC3489; }
span { border-color: rgb(236,52,137); }
td.TdClassName
{
border-color: #EC3489;
}
.TagClassName
{
border-color: #EC3489;
}
</style>