Shades of Violet Red #EC3989
Tints of Violet Red #EC3989
RGB
CMYK
RGB Variations
Color information
#EC3989 (or 0xEC3989) is known color: Violet Red. HEX triplet: EC, 39 and 89. RGB value is (236,57,137). Sum of RGB (Red+Green+Blue) = 236+57+137=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3989 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3989 is #13C676. Grayscale: #777777. Windows color (decimal): -1295991 or 8993260. OLE color: 8993260.
HSL color Cylindrical-coordinate representation of color #EC3989: hue angle of 333.18º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3989 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 137 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.07 |
| HSL | 333.18º | 0.82% | 0.57% | - |
| HSV(B) | 333.18º | 0.76% | 0.93% | - |
| XYZ | 40.57 | 22.57 | 25.88 | - |
| YUV | 119.64 | 137.8 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 137 | 0 | 0.76 | 0.42 | 0.07 | 333.18 | 0.82 | 0.57 |
| Hex | EC | 39 | 89 | 0 | 4C | 2A | 7 | 14D | 52 | 39 |
| Octal | 354 | 71 | 211 | 0 | 114 | 52 | 7 | 515 | 122 | 71 |
| Binary | 11101100 | 111001 | 10001001 | 0 | 1001100 | 101010 | 111 | 101001101 | 1010010 | 111001 |
Color Harmonies of #EC3989
Complementary color
Monochromatic Colors of #EC3989
Black with #EC3989
Text Example
Text Example
White with #EC3989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3989; }
p { color: rgb(236,57,137); }
H1.HeaderClassName
{
color: #EC3989;
}
.AnyTagClassName
{
color: #EC3989;
}
</style>
background-color css
<style>
a { background-color: #EC3989; }
a { background-color: rgb(236,57,137); }
div.DivClassName
{
background-color: #EC3989;
}
.BgClassName
{
background-color: #EC3989;
}
</style>
border-color css
<style>
span { border-color: #EC3989; }
span { border-color: rgb(236,57,137); }
td.TdClassName
{
border-color: #EC3989;
}
.TagClassName
{
border-color: #EC3989;
}
</style>