Shades of Violet Red #EC3D8D
Tints of Violet Red #EC3D8D
RGB
CMYK
RGB Variations
Color information
#EC3D8D (or 0xEC3D8D) is known color: Violet Red. HEX triplet: EC, 3D and 8D. RGB value is (236,61,141). Sum of RGB (Red+Green+Blue) = 236+61+141=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3D8D is #13C272. Grayscale: #7A7A7A. Windows color (decimal): -1294963 or 9256428. OLE color: 9256428.
HSL color Cylindrical-coordinate representation of color #EC3D8D: hue angle of 332.57º 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 #EC3D8D is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 141 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.07 |
| HSL | 332.57º | 0.82% | 0.58% | - |
| HSV(B) | 332.57º | 0.74% | 0.93% | - |
| XYZ | 41.07 | 23.09 | 27.49 | - |
| YUV | 122.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 141 | 0 | 0.74 | 0.40 | 0.07 | 332.57 | 0.82 | 0.58 |
| Hex | EC | 3D | 8D | 0 | 4A | 28 | 7 | 14D | 52 | 3A |
| Octal | 354 | 75 | 215 | 0 | 112 | 50 | 7 | 515 | 122 | 72 |
| Binary | 11101100 | 111101 | 10001101 | 0 | 1001010 | 101000 | 111 | 101001101 | 1010010 | 111010 |
Color Harmonies of #EC3D8D
Complementary color
Monochromatic Colors of #EC3D8D
Black with #EC3D8D
Text Example
Text Example
White with #EC3D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D8D; }
p { color: rgb(236,61,141); }
H1.HeaderClassName
{
color: #EC3D8D;
}
.AnyTagClassName
{
color: #EC3D8D;
}
</style>
background-color css
<style>
a { background-color: #EC3D8D; }
a { background-color: rgb(236,61,141); }
div.DivClassName
{
background-color: #EC3D8D;
}
.BgClassName
{
background-color: #EC3D8D;
}
</style>
border-color css
<style>
span { border-color: #EC3D8D; }
span { border-color: rgb(236,61,141); }
td.TdClassName
{
border-color: #EC3D8D;
}
.TagClassName
{
border-color: #EC3D8D;
}
</style>