Shades of Violet Red #EC4184
Tints of Violet Red #EC4184
RGB
CMYK
RGB Variations
Color information
#EC4184 (or 0xEC4184) is known color: Violet Red. HEX triplet: EC, 41 and 84. RGB value is (236,65,132). Sum of RGB (Red+Green+Blue) = 236+65+132=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4184 is #13BE7B. Grayscale: #7B7B7B. Windows color (decimal): -1293948 or 8667628. OLE color: 8667628.
HSL color Cylindrical-coordinate representation of color #EC4184: hue angle of 336.49º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4184 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 132 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.07 |
| HSL | 336.49º | 0.82% | 0.59% | - |
| HSV(B) | 336.49º | 0.72% | 0.93% | - |
| XYZ | 40.65 | 23.28 | 24.18 | - |
| YUV | 123.77 | 132.65 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 132 | 0 | 0.72 | 0.44 | 0.07 | 336.49 | 0.82 | 0.59 |
| Hex | EC | 41 | 84 | 0 | 48 | 2C | 7 | 150 | 52 | 3B |
| Octal | 354 | 101 | 204 | 0 | 110 | 54 | 7 | 520 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10000100 | 0 | 1001000 | 101100 | 111 | 101010000 | 1010010 | 111011 |
Color Harmonies of #EC4184
Complementary color
Monochromatic Colors of #EC4184
Black with #EC4184
Text Example
Text Example
White with #EC4184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4184; }
p { color: rgb(236,65,132); }
H1.HeaderClassName
{
color: #EC4184;
}
.AnyTagClassName
{
color: #EC4184;
}
</style>
background-color css
<style>
a { background-color: #EC4184; }
a { background-color: rgb(236,65,132); }
div.DivClassName
{
background-color: #EC4184;
}
.BgClassName
{
background-color: #EC4184;
}
</style>
border-color css
<style>
span { border-color: #EC4184; }
span { border-color: rgb(236,65,132); }
td.TdClassName
{
border-color: #EC4184;
}
.TagClassName
{
border-color: #EC4184;
}
</style>