Shades of Violet Red #EC3F8E
Tints of Violet Red #EC3F8E
RGB
CMYK
RGB Variations
Color information
#EC3F8E (or 0xEC3F8E) is known color: Violet Red. HEX triplet: EC, 3F and 8E. RGB value is (236,63,142). Sum of RGB (Red+Green+Blue) = 236+63+142=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F8E is #13C071. Grayscale: #7B7B7B. Windows color (decimal): -1294450 or 9322476. OLE color: 9322476.
HSL color Cylindrical-coordinate representation of color #EC3F8E: hue angle of 332.6º 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 #EC3F8E is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 142 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.07 |
| HSL | 332.6º | 0.82% | 0.59% | - |
| HSV(B) | 332.6º | 0.73% | 0.93% | - |
| XYZ | 41.25 | 23.34 | 27.92 | - |
| YUV | 123.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 142 | 0 | 0.73 | 0.40 | 0.07 | 332.6 | 0.82 | 0.59 |
| Hex | EC | 3F | 8E | 0 | 49 | 28 | 7 | 14D | 52 | 3B |
| Octal | 354 | 77 | 216 | 0 | 111 | 50 | 7 | 515 | 122 | 73 |
| Binary | 11101100 | 111111 | 10001110 | 0 | 1001001 | 101000 | 111 | 101001101 | 1010010 | 111011 |
Color Harmonies of #EC3F8E
Complementary color
Monochromatic Colors of #EC3F8E
Black with #EC3F8E
Text Example
Text Example
White with #EC3F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F8E; }
p { color: rgb(236,63,142); }
H1.HeaderClassName
{
color: #EC3F8E;
}
.AnyTagClassName
{
color: #EC3F8E;
}
</style>
background-color css
<style>
a { background-color: #EC3F8E; }
a { background-color: rgb(236,63,142); }
div.DivClassName
{
background-color: #EC3F8E;
}
.BgClassName
{
background-color: #EC3F8E;
}
</style>
border-color css
<style>
span { border-color: #EC3F8E; }
span { border-color: rgb(236,63,142); }
td.TdClassName
{
border-color: #EC3F8E;
}
.TagClassName
{
border-color: #EC3F8E;
}
</style>