Shades of Violet Red #EC3F96
Tints of Violet Red #EC3F96
RGB
CMYK
RGB Variations
Color information
#EC3F96 (or 0xEC3F96) is known color: Violet Red. HEX triplet: EC, 3F and 96. RGB value is (236,63,150). Sum of RGB (Red+Green+Blue) = 236+63+150=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F96 is #13C069. Grayscale: #7C7C7C. Windows color (decimal): -1294442 or 9846764. OLE color: 9846764.
HSL color Cylindrical-coordinate representation of color #EC3F96: hue angle of 329.83º 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 #EC3F96 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 150 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.07 |
| HSL | 329.83º | 0.82% | 0.59% | - |
| HSV(B) | 329.83º | 0.73% | 0.93% | - |
| XYZ | 41.87 | 23.59 | 31.2 | - |
| YUV | 124.65 | 142.31 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 150 | 0 | 0.73 | 0.36 | 0.07 | 329.83 | 0.82 | 0.59 |
| Hex | EC | 3F | 96 | 0 | 49 | 24 | 7 | 14A | 52 | 3B |
| Octal | 354 | 77 | 226 | 0 | 111 | 44 | 7 | 512 | 122 | 73 |
| Binary | 11101100 | 111111 | 10010110 | 0 | 1001001 | 100100 | 111 | 101001010 | 1010010 | 111011 |
Color Harmonies of #EC3F96
Complementary color
Monochromatic Colors of #EC3F96
Black with #EC3F96
Text Example
Text Example
White with #EC3F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F96; }
p { color: rgb(236,63,150); }
H1.HeaderClassName
{
color: #EC3F96;
}
.AnyTagClassName
{
color: #EC3F96;
}
</style>
background-color css
<style>
a { background-color: #EC3F96; }
a { background-color: rgb(236,63,150); }
div.DivClassName
{
background-color: #EC3F96;
}
.BgClassName
{
background-color: #EC3F96;
}
</style>
border-color css
<style>
span { border-color: #EC3F96; }
span { border-color: rgb(236,63,150); }
td.TdClassName
{
border-color: #EC3F96;
}
.TagClassName
{
border-color: #EC3F96;
}
</style>