Shades of Violet Red #EC3D86
Tints of Violet Red #EC3D86
RGB
CMYK
RGB Variations
Color information
#EC3D86 (or 0xEC3D86) is known color: Violet Red. HEX triplet: EC, 3D and 86. RGB value is (236,61,134). Sum of RGB (Red+Green+Blue) = 236+61+134=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3D86 is #13C279. Grayscale: #797979. Windows color (decimal): -1294970 or 8797676. OLE color: 8797676.
HSL color Cylindrical-coordinate representation of color #EC3D86: hue angle of 334.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3D86 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 134 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.07 |
| HSL | 334.97º | 0.82% | 0.58% | - |
| HSV(B) | 334.97º | 0.74% | 0.93% | - |
| XYZ | 40.56 | 22.89 | 24.83 | - |
| YUV | 121.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 134 | 0 | 0.74 | 0.43 | 0.07 | 334.97 | 0.82 | 0.58 |
| Hex | EC | 3D | 86 | 0 | 4A | 2B | 7 | 14F | 52 | 3A |
| Octal | 354 | 75 | 206 | 0 | 112 | 53 | 7 | 517 | 122 | 72 |
| Binary | 11101100 | 111101 | 10000110 | 0 | 1001010 | 101011 | 111 | 101001111 | 1010010 | 111010 |
Color Harmonies of #EC3D86
Complementary color
Monochromatic Colors of #EC3D86
Black with #EC3D86
Text Example
Text Example
White with #EC3D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D86; }
p { color: rgb(236,61,134); }
H1.HeaderClassName
{
color: #EC3D86;
}
.AnyTagClassName
{
color: #EC3D86;
}
</style>
background-color css
<style>
a { background-color: #EC3D86; }
a { background-color: rgb(236,61,134); }
div.DivClassName
{
background-color: #EC3D86;
}
.BgClassName
{
background-color: #EC3D86;
}
</style>
border-color css
<style>
span { border-color: #EC3D86; }
span { border-color: rgb(236,61,134); }
td.TdClassName
{
border-color: #EC3D86;
}
.TagClassName
{
border-color: #EC3D86;
}
</style>