Shades of Violet Red #EC3C8E
Tints of Violet Red #EC3C8E
RGB
CMYK
RGB Variations
Color information
#EC3C8E (or 0xEC3C8E) is known color: Violet Red. HEX triplet: EC, 3C and 8E. RGB value is (236,60,142). Sum of RGB (Red+Green+Blue) = 236+60+142=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3C8E is #13C371. Grayscale: #797979. Windows color (decimal): -1295218 or 9321708. OLE color: 9321708.
HSL color Cylindrical-coordinate representation of color #EC3C8E: hue angle of 332.05º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C8E is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 142 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.07 |
| HSL | 332.05º | 0.82% | 0.58% | - |
| HSV(B) | 332.05º | 0.75% | 0.93% | - |
| XYZ | 41.09 | 23.02 | 27.87 | - |
| YUV | 121.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 142 | 0 | 0.75 | 0.40 | 0.07 | 332.05 | 0.82 | 0.58 |
| Hex | EC | 3C | 8E | 0 | 4B | 28 | 7 | 14C | 52 | 3A |
| Octal | 354 | 74 | 216 | 0 | 113 | 50 | 7 | 514 | 122 | 72 |
| Binary | 11101100 | 111100 | 10001110 | 0 | 1001011 | 101000 | 111 | 101001100 | 1010010 | 111010 |
Color Harmonies of #EC3C8E
Complementary color
Monochromatic Colors of #EC3C8E
Black with #EC3C8E
Text Example
Text Example
White with #EC3C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C8E; }
p { color: rgb(236,60,142); }
H1.HeaderClassName
{
color: #EC3C8E;
}
.AnyTagClassName
{
color: #EC3C8E;
}
</style>
background-color css
<style>
a { background-color: #EC3C8E; }
a { background-color: rgb(236,60,142); }
div.DivClassName
{
background-color: #EC3C8E;
}
.BgClassName
{
background-color: #EC3C8E;
}
</style>
border-color css
<style>
span { border-color: #EC3C8E; }
span { border-color: rgb(236,60,142); }
td.TdClassName
{
border-color: #EC3C8E;
}
.TagClassName
{
border-color: #EC3C8E;
}
</style>