Shades of Violet Red #EC3F89
Tints of Violet Red #EC3F89
RGB
CMYK
RGB Variations
Color information
#EC3F89 (or 0xEC3F89) is known color: Violet Red. HEX triplet: EC, 3F and 89. RGB value is (236,63,137). Sum of RGB (Red+Green+Blue) = 236+63+137=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F89 is #13C076. Grayscale: #7B7B7B. Windows color (decimal): -1294455 or 8994796. OLE color: 8994796.
HSL color Cylindrical-coordinate representation of color #EC3F89: hue angle of 334.34º 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 #EC3F89 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 137 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.07 |
| HSL | 334.34º | 0.82% | 0.59% | - |
| HSV(B) | 334.34º | 0.73% | 0.93% | - |
| XYZ | 40.88 | 23.19 | 25.99 | - |
| YUV | 123.16 | 135.81 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 137 | 0 | 0.73 | 0.42 | 0.07 | 334.34 | 0.82 | 0.59 |
| Hex | EC | 3F | 89 | 0 | 49 | 2A | 7 | 14E | 52 | 3B |
| Octal | 354 | 77 | 211 | 0 | 111 | 52 | 7 | 516 | 122 | 73 |
| Binary | 11101100 | 111111 | 10001001 | 0 | 1001001 | 101010 | 111 | 101001110 | 1010010 | 111011 |
Color Harmonies of #EC3F89
Complementary color
Monochromatic Colors of #EC3F89
Black with #EC3F89
Text Example
Text Example
White with #EC3F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F89; }
p { color: rgb(236,63,137); }
H1.HeaderClassName
{
color: #EC3F89;
}
.AnyTagClassName
{
color: #EC3F89;
}
</style>
background-color css
<style>
a { background-color: #EC3F89; }
a { background-color: rgb(236,63,137); }
div.DivClassName
{
background-color: #EC3F89;
}
.BgClassName
{
background-color: #EC3F89;
}
</style>
border-color css
<style>
span { border-color: #EC3F89; }
span { border-color: rgb(236,63,137); }
td.TdClassName
{
border-color: #EC3F89;
}
.TagClassName
{
border-color: #EC3F89;
}
</style>