Shades of Violet Red #EC3784
Tints of Violet Red #EC3784
RGB
CMYK
RGB Variations
Color information
#EC3784 (or 0xEC3784) is known color: Violet Red. HEX triplet: EC, 37 and 84. RGB value is (236,55,132). Sum of RGB (Red+Green+Blue) = 236+55+132=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3784 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3784 is #13C87B. Grayscale: #757575. Windows color (decimal): -1296508 or 8665068. OLE color: 8665068.
HSL color Cylindrical-coordinate representation of color #EC3784: hue angle of 334.48º 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 #EC3784 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 132 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.07 |
| HSL | 334.48º | 0.83% | 0.57% | - |
| HSV(B) | 334.48º | 0.77% | 0.93% | - |
| XYZ | 40.12 | 22.23 | 24.01 | - |
| YUV | 117.9 | 135.97 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 132 | 0 | 0.77 | 0.44 | 0.07 | 334.48 | 0.83 | 0.57 |
| Hex | EC | 37 | 84 | 0 | 4D | 2C | 7 | 14E | 53 | 39 |
| Octal | 354 | 67 | 204 | 0 | 115 | 54 | 7 | 516 | 123 | 71 |
| Binary | 11101100 | 110111 | 10000100 | 0 | 1001101 | 101100 | 111 | 101001110 | 1010011 | 111001 |
Color Harmonies of #EC3784
Complementary color
Monochromatic Colors of #EC3784
Black with #EC3784
Text Example
Text Example
White with #EC3784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3784; }
p { color: rgb(236,55,132); }
H1.HeaderClassName
{
color: #EC3784;
}
.AnyTagClassName
{
color: #EC3784;
}
</style>
background-color css
<style>
a { background-color: #EC3784; }
a { background-color: rgb(236,55,132); }
div.DivClassName
{
background-color: #EC3784;
}
.BgClassName
{
background-color: #EC3784;
}
</style>
border-color css
<style>
span { border-color: #EC3784; }
span { border-color: rgb(236,55,132); }
td.TdClassName
{
border-color: #EC3784;
}
.TagClassName
{
border-color: #EC3784;
}
</style>