Shades of Violet Red #EC4584
Tints of Violet Red #EC4584
RGB
CMYK
RGB Variations
Color information
#EC4584 (or 0xEC4584) is known color: Violet Red. HEX triplet: EC, 45 and 84. RGB value is (236,69,132). Sum of RGB (Red+Green+Blue) = 236+69+132=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4584 is #13BA7B. Grayscale: #7E7E7E. Windows color (decimal): -1292924 or 8668652. OLE color: 8668652.
HSL color Cylindrical-coordinate representation of color #EC4584: hue angle of 337.37º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4584 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 132 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.07 |
| HSL | 337.37º | 0.81% | 0.6% | - |
| HSV(B) | 337.37º | 0.71% | 0.93% | - |
| XYZ | 40.89 | 23.76 | 24.26 | - |
| YUV | 126.12 | 131.33 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 132 | 0 | 0.71 | 0.44 | 0.07 | 337.37 | 0.81 | 0.6 |
| Hex | EC | 45 | 84 | 0 | 47 | 2C | 7 | 151 | 51 | 3C |
| Octal | 354 | 105 | 204 | 0 | 107 | 54 | 7 | 521 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10000100 | 0 | 1000111 | 101100 | 111 | 101010001 | 1010001 | 111100 |
Color Harmonies of #EC4584
Complementary color
Monochromatic Colors of #EC4584
Black with #EC4584
Text Example
Text Example
White with #EC4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4584; }
p { color: rgb(236,69,132); }
H1.HeaderClassName
{
color: #EC4584;
}
.AnyTagClassName
{
color: #EC4584;
}
</style>
background-color css
<style>
a { background-color: #EC4584; }
a { background-color: rgb(236,69,132); }
div.DivClassName
{
background-color: #EC4584;
}
.BgClassName
{
background-color: #EC4584;
}
</style>
border-color css
<style>
span { border-color: #EC4584; }
span { border-color: rgb(236,69,132); }
td.TdClassName
{
border-color: #EC4584;
}
.TagClassName
{
border-color: #EC4584;
}
</style>