Shades of Violet Red #EC4384
Tints of Violet Red #EC4384
RGB
CMYK
RGB Variations
Color information
#EC4384 (or 0xEC4384) is known color: Violet Red. HEX triplet: EC, 43 and 84. RGB value is (236,67,132). Sum of RGB (Red+Green+Blue) = 236+67+132=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4384 is #13BC7B. Grayscale: #7C7C7C. Windows color (decimal): -1293436 or 8668140. OLE color: 8668140.
HSL color Cylindrical-coordinate representation of color #EC4384: hue angle of 336.92º 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 #EC4384 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 132 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.07 |
| HSL | 336.92º | 0.82% | 0.59% | - |
| HSV(B) | 336.92º | 0.72% | 0.93% | - |
| XYZ | 40.76 | 23.51 | 24.22 | - |
| YUV | 124.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 132 | 0 | 0.72 | 0.44 | 0.07 | 336.92 | 0.82 | 0.59 |
| Hex | EC | 43 | 84 | 0 | 48 | 2C | 7 | 151 | 52 | 3B |
| Octal | 354 | 103 | 204 | 0 | 110 | 54 | 7 | 521 | 122 | 73 |
| Binary | 11101100 | 1000011 | 10000100 | 0 | 1001000 | 101100 | 111 | 101010001 | 1010010 | 111011 |
Color Harmonies of #EC4384
Complementary color
Monochromatic Colors of #EC4384
Black with #EC4384
Text Example
Text Example
White with #EC4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4384; }
p { color: rgb(236,67,132); }
H1.HeaderClassName
{
color: #EC4384;
}
.AnyTagClassName
{
color: #EC4384;
}
</style>
background-color css
<style>
a { background-color: #EC4384; }
a { background-color: rgb(236,67,132); }
div.DivClassName
{
background-color: #EC4384;
}
.BgClassName
{
background-color: #EC4384;
}
</style>
border-color css
<style>
span { border-color: #EC4384; }
span { border-color: rgb(236,67,132); }
td.TdClassName
{
border-color: #EC4384;
}
.TagClassName
{
border-color: #EC4384;
}
</style>