Shades of Violet Red #EC3A7A
Tints of Violet Red #EC3A7A
RGB
CMYK
RGB Variations
Color information
#EC3A7A (or 0xEC3A7A) is known color: Violet Red. HEX triplet: EC, 3A and 7A. RGB value is (236,58,122). Sum of RGB (Red+Green+Blue) = 236+58+122=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3A7A is #13C585. Grayscale: #767676. Windows color (decimal): -1295750 or 8010476. OLE color: 8010476.
HSL color Cylindrical-coordinate representation of color #EC3A7A: hue angle of 338.43º 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 #EC3A7A is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 122 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.07 |
| HSL | 338.43º | 0.82% | 0.58% | - |
| HSV(B) | 338.43º | 0.75% | 0.93% | - |
| XYZ | 39.62 | 22.26 | 20.62 | - |
| YUV | 118.52 | 129.97 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 122 | 0 | 0.75 | 0.48 | 0.07 | 338.43 | 0.82 | 0.58 |
| Hex | EC | 3A | 7A | 0 | 4B | 30 | 7 | 152 | 52 | 3A |
| Octal | 354 | 72 | 172 | 0 | 113 | 60 | 7 | 522 | 122 | 72 |
| Binary | 11101100 | 111010 | 1111010 | 0 | 1001011 | 110000 | 111 | 101010010 | 1010010 | 111010 |
Color Harmonies of #EC3A7A
Complementary color
Monochromatic Colors of #EC3A7A
Black with #EC3A7A
Text Example
Text Example
White with #EC3A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A7A; }
p { color: rgb(236,58,122); }
H1.HeaderClassName
{
color: #EC3A7A;
}
.AnyTagClassName
{
color: #EC3A7A;
}
</style>
background-color css
<style>
a { background-color: #EC3A7A; }
a { background-color: rgb(236,58,122); }
div.DivClassName
{
background-color: #EC3A7A;
}
.BgClassName
{
background-color: #EC3A7A;
}
</style>
border-color css
<style>
span { border-color: #EC3A7A; }
span { border-color: rgb(236,58,122); }
td.TdClassName
{
border-color: #EC3A7A;
}
.TagClassName
{
border-color: #EC3A7A;
}
</style>