Shades of Violet Red #EC3E7C
Tints of Violet Red #EC3E7C
RGB
CMYK
RGB Variations
Color information
#EC3E7C (or 0xEC3E7C) is known color: Violet Red. HEX triplet: EC, 3E and 7C. RGB value is (236,62,124). Sum of RGB (Red+Green+Blue) = 236+62+124=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3E7C is #13C183. Grayscale: #797979. Windows color (decimal): -1294724 or 8142572. OLE color: 8142572.
HSL color Cylindrical-coordinate representation of color #EC3E7C: hue angle of 338.62º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3E7C is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 124 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.07 |
| HSL | 338.62º | 0.82% | 0.58% | - |
| HSV(B) | 338.62º | 0.74% | 0.93% | - |
| XYZ | 39.95 | 22.73 | 21.35 | - |
| YUV | 121.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 124 | 0 | 0.74 | 0.47 | 0.07 | 338.62 | 0.82 | 0.58 |
| Hex | EC | 3E | 7C | 0 | 4A | 2F | 7 | 153 | 52 | 3A |
| Octal | 354 | 76 | 174 | 0 | 112 | 57 | 7 | 523 | 122 | 72 |
| Binary | 11101100 | 111110 | 1111100 | 0 | 1001010 | 101111 | 111 | 101010011 | 1010010 | 111010 |
Color Harmonies of #EC3E7C
Complementary color
Monochromatic Colors of #EC3E7C
Black with #EC3E7C
Text Example
Text Example
White with #EC3E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E7C; }
p { color: rgb(236,62,124); }
H1.HeaderClassName
{
color: #EC3E7C;
}
.AnyTagClassName
{
color: #EC3E7C;
}
</style>
background-color css
<style>
a { background-color: #EC3E7C; }
a { background-color: rgb(236,62,124); }
div.DivClassName
{
background-color: #EC3E7C;
}
.BgClassName
{
background-color: #EC3E7C;
}
</style>
border-color css
<style>
span { border-color: #EC3E7C; }
span { border-color: rgb(236,62,124); }
td.TdClassName
{
border-color: #EC3E7C;
}
.TagClassName
{
border-color: #EC3E7C;
}
</style>