Shades of Violet Red #EC3679
Tints of Violet Red #EC3679
RGB
CMYK
RGB Variations
Color information
#EC3679 (or 0xEC3679) is known color: Violet Red. HEX triplet: EC, 36 and 79. RGB value is (236,54,121). Sum of RGB (Red+Green+Blue) = 236+54+121=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3679 is #13C986. Grayscale: #737373. Windows color (decimal): -1296775 or 7943916. OLE color: 7943916.
HSL color Cylindrical-coordinate representation of color #EC3679: hue angle of 337.91º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3679 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 121 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.07 |
| HSL | 337.91º | 0.83% | 0.57% | - |
| HSV(B) | 337.91º | 0.77% | 0.93% | - |
| XYZ | 39.36 | 21.85 | 20.23 | - |
| YUV | 116.06 | 130.8 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 121 | 0 | 0.77 | 0.49 | 0.07 | 337.91 | 0.83 | 0.57 |
| Hex | EC | 36 | 79 | 0 | 4D | 31 | 7 | 152 | 53 | 39 |
| Octal | 354 | 66 | 171 | 0 | 115 | 61 | 7 | 522 | 123 | 71 |
| Binary | 11101100 | 110110 | 1111001 | 0 | 1001101 | 110001 | 111 | 101010010 | 1010011 | 111001 |
Color Harmonies of #EC3679
Complementary color
Monochromatic Colors of #EC3679
Black with #EC3679
Text Example
Text Example
White with #EC3679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3679; }
p { color: rgb(236,54,121); }
H1.HeaderClassName
{
color: #EC3679;
}
.AnyTagClassName
{
color: #EC3679;
}
</style>
background-color css
<style>
a { background-color: #EC3679; }
a { background-color: rgb(236,54,121); }
div.DivClassName
{
background-color: #EC3679;
}
.BgClassName
{
background-color: #EC3679;
}
</style>
border-color css
<style>
span { border-color: #EC3679; }
span { border-color: rgb(236,54,121); }
td.TdClassName
{
border-color: #EC3679;
}
.TagClassName
{
border-color: #EC3679;
}
</style>