Shades of Violet Red #EC3F83
Tints of Violet Red #EC3F83
RGB
CMYK
RGB Variations
Color information
#EC3F83 (or 0xEC3F83) is known color: Violet Red. HEX triplet: EC, 3F and 83. RGB value is (236,63,131). Sum of RGB (Red+Green+Blue) = 236+63+131=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F83 is #13C07C. Grayscale: #7A7A7A. Windows color (decimal): -1294461 or 8601580. OLE color: 8601580.
HSL color Cylindrical-coordinate representation of color #EC3F83: hue angle of 336.42º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3F83 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 131 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.07 |
| HSL | 336.42º | 0.82% | 0.59% | - |
| HSV(B) | 336.42º | 0.73% | 0.93% | - |
| XYZ | 40.47 | 23.03 | 23.78 | - |
| YUV | 122.48 | 132.81 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 131 | 0 | 0.73 | 0.44 | 0.07 | 336.42 | 0.82 | 0.59 |
| Hex | EC | 3F | 83 | 0 | 49 | 2C | 7 | 150 | 52 | 3B |
| Octal | 354 | 77 | 203 | 0 | 111 | 54 | 7 | 520 | 122 | 73 |
| Binary | 11101100 | 111111 | 10000011 | 0 | 1001001 | 101100 | 111 | 101010000 | 1010010 | 111011 |
Color Harmonies of #EC3F83
Complementary color
Monochromatic Colors of #EC3F83
Black with #EC3F83
Text Example
Text Example
White with #EC3F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F83; }
p { color: rgb(236,63,131); }
H1.HeaderClassName
{
color: #EC3F83;
}
.AnyTagClassName
{
color: #EC3F83;
}
</style>
background-color css
<style>
a { background-color: #EC3F83; }
a { background-color: rgb(236,63,131); }
div.DivClassName
{
background-color: #EC3F83;
}
.BgClassName
{
background-color: #EC3F83;
}
</style>
border-color css
<style>
span { border-color: #EC3F83; }
span { border-color: rgb(236,63,131); }
td.TdClassName
{
border-color: #EC3F83;
}
.TagClassName
{
border-color: #EC3F83;
}
</style>