Shades of Violet Red #EC3987
Tints of Violet Red #EC3987
RGB
CMYK
RGB Variations
Color information
#EC3987 (or 0xEC3987) is known color: Violet Red. HEX triplet: EC, 39 and 87. RGB value is (236,57,135). Sum of RGB (Red+Green+Blue) = 236+57+135=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3987 is #13C678. Grayscale: #777777. Windows color (decimal): -1295993 or 8862188. OLE color: 8862188.
HSL color Cylindrical-coordinate representation of color #EC3987: hue angle of 333.85º 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 #EC3987 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 135 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.07 |
| HSL | 333.85º | 0.82% | 0.57% | - |
| HSV(B) | 333.85º | 0.76% | 0.93% | - |
| XYZ | 40.43 | 22.51 | 25.14 | - |
| YUV | 119.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 135 | 0 | 0.76 | 0.43 | 0.07 | 333.85 | 0.82 | 0.57 |
| Hex | EC | 39 | 87 | 0 | 4C | 2B | 7 | 14E | 52 | 39 |
| Octal | 354 | 71 | 207 | 0 | 114 | 53 | 7 | 516 | 122 | 71 |
| Binary | 11101100 | 111001 | 10000111 | 0 | 1001100 | 101011 | 111 | 101001110 | 1010010 | 111001 |
Color Harmonies of #EC3987
Complementary color
Monochromatic Colors of #EC3987
Black with #EC3987
Text Example
Text Example
White with #EC3987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3987; }
p { color: rgb(236,57,135); }
H1.HeaderClassName
{
color: #EC3987;
}
.AnyTagClassName
{
color: #EC3987;
}
</style>
background-color css
<style>
a { background-color: #EC3987; }
a { background-color: rgb(236,57,135); }
div.DivClassName
{
background-color: #EC3987;
}
.BgClassName
{
background-color: #EC3987;
}
</style>
border-color css
<style>
span { border-color: #EC3987; }
span { border-color: rgb(236,57,135); }
td.TdClassName
{
border-color: #EC3987;
}
.TagClassName
{
border-color: #EC3987;
}
</style>