Shades of Violet Red #EC3A7C
Tints of Violet Red #EC3A7C
RGB
CMYK
RGB Variations
Color information
#EC3A7C (or 0xEC3A7C) is known color: Violet Red. HEX triplet: EC, 3A and 7C. RGB value is (236,58,124). Sum of RGB (Red+Green+Blue) = 236+58+124=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3A7C is #13C583. Grayscale: #767676. Windows color (decimal): -1295748 or 8141548. OLE color: 8141548.
HSL color Cylindrical-coordinate representation of color #EC3A7C: hue angle of 337.75º 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 #EC3A7C is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 124 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.07 |
| HSL | 337.75º | 0.82% | 0.58% | - |
| HSV(B) | 337.75º | 0.75% | 0.93% | - |
| XYZ | 39.74 | 22.31 | 21.28 | - |
| YUV | 118.75 | 130.97 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 124 | 0 | 0.75 | 0.47 | 0.07 | 337.75 | 0.82 | 0.58 |
| Hex | EC | 3A | 7C | 0 | 4B | 2F | 7 | 152 | 52 | 3A |
| Octal | 354 | 72 | 174 | 0 | 113 | 57 | 7 | 522 | 122 | 72 |
| Binary | 11101100 | 111010 | 1111100 | 0 | 1001011 | 101111 | 111 | 101010010 | 1010010 | 111010 |
Color Harmonies of #EC3A7C
Complementary color
Monochromatic Colors of #EC3A7C
Black with #EC3A7C
Text Example
Text Example
White with #EC3A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A7C; }
p { color: rgb(236,58,124); }
H1.HeaderClassName
{
color: #EC3A7C;
}
.AnyTagClassName
{
color: #EC3A7C;
}
</style>
background-color css
<style>
a { background-color: #EC3A7C; }
a { background-color: rgb(236,58,124); }
div.DivClassName
{
background-color: #EC3A7C;
}
.BgClassName
{
background-color: #EC3A7C;
}
</style>
border-color css
<style>
span { border-color: #EC3A7C; }
span { border-color: rgb(236,58,124); }
td.TdClassName
{
border-color: #EC3A7C;
}
.TagClassName
{
border-color: #EC3A7C;
}
</style>