Shades of Violet Red #EC4284
Tints of Violet Red #EC4284
RGB
CMYK
RGB Variations
Color information
#EC4284 (or 0xEC4284) is known color: Violet Red. HEX triplet: EC, 42 and 84. RGB value is (236,66,132). Sum of RGB (Red+Green+Blue) = 236+66+132=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4284 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4284 is #13BD7B. Grayscale: #7C7C7C. Windows color (decimal): -1293692 or 8667884. OLE color: 8667884.
HSL color Cylindrical-coordinate representation of color #EC4284: hue angle of 336.71º 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 #EC4284 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 132 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.07 |
| HSL | 336.71º | 0.82% | 0.59% | - |
| HSV(B) | 336.71º | 0.72% | 0.93% | - |
| XYZ | 40.71 | 23.4 | 24.2 | - |
| YUV | 124.35 | 132.32 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 132 | 0 | 0.72 | 0.44 | 0.07 | 336.71 | 0.82 | 0.59 |
| Hex | EC | 42 | 84 | 0 | 48 | 2C | 7 | 151 | 52 | 3B |
| Octal | 354 | 102 | 204 | 0 | 110 | 54 | 7 | 521 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10000100 | 0 | 1001000 | 101100 | 111 | 101010001 | 1010010 | 111011 |
Color Harmonies of #EC4284
Complementary color
Monochromatic Colors of #EC4284
Black with #EC4284
Text Example
Text Example
White with #EC4284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4284; }
p { color: rgb(236,66,132); }
H1.HeaderClassName
{
color: #EC4284;
}
.AnyTagClassName
{
color: #EC4284;
}
</style>
background-color css
<style>
a { background-color: #EC4284; }
a { background-color: rgb(236,66,132); }
div.DivClassName
{
background-color: #EC4284;
}
.BgClassName
{
background-color: #EC4284;
}
</style>
border-color css
<style>
span { border-color: #EC4284; }
span { border-color: rgb(236,66,132); }
td.TdClassName
{
border-color: #EC4284;
}
.TagClassName
{
border-color: #EC4284;
}
</style>