Shades of Violet Red #EC3F8D
Tints of Violet Red #EC3F8D
RGB
CMYK
RGB Variations
Color information
#EC3F8D (or 0xEC3F8D) is known color: Violet Red. HEX triplet: EC, 3F and 8D. RGB value is (236,63,141). Sum of RGB (Red+Green+Blue) = 236+63+141=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F8D is #13C072. Grayscale: #7B7B7B. Windows color (decimal): -1294451 or 9256940. OLE color: 9256940.
HSL color Cylindrical-coordinate representation of color #EC3F8D: hue angle of 332.95º 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 #EC3F8D is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 141 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.07 |
| HSL | 332.95º | 0.82% | 0.59% | - |
| HSV(B) | 332.95º | 0.73% | 0.93% | - |
| XYZ | 41.18 | 23.31 | 27.53 | - |
| YUV | 123.62 | 137.81 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 141 | 0 | 0.73 | 0.40 | 0.07 | 332.95 | 0.82 | 0.59 |
| Hex | EC | 3F | 8D | 0 | 49 | 28 | 7 | 14D | 52 | 3B |
| Octal | 354 | 77 | 215 | 0 | 111 | 50 | 7 | 515 | 122 | 73 |
| Binary | 11101100 | 111111 | 10001101 | 0 | 1001001 | 101000 | 111 | 101001101 | 1010010 | 111011 |
Color Harmonies of #EC3F8D
Complementary color
Monochromatic Colors of #EC3F8D
Black with #EC3F8D
Text Example
Text Example
White with #EC3F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F8D; }
p { color: rgb(236,63,141); }
H1.HeaderClassName
{
color: #EC3F8D;
}
.AnyTagClassName
{
color: #EC3F8D;
}
</style>
background-color css
<style>
a { background-color: #EC3F8D; }
a { background-color: rgb(236,63,141); }
div.DivClassName
{
background-color: #EC3F8D;
}
.BgClassName
{
background-color: #EC3F8D;
}
</style>
border-color css
<style>
span { border-color: #EC3F8D; }
span { border-color: rgb(236,63,141); }
td.TdClassName
{
border-color: #EC3F8D;
}
.TagClassName
{
border-color: #EC3F8D;
}
</style>