Shades of Violet Red #EC4693
Tints of Violet Red #EC4693
RGB
CMYK
RGB Variations
Color information
#EC4693 (or 0xEC4693) is known color: Violet Red. HEX triplet: EC, 46 and 93. RGB value is (236,70,147). Sum of RGB (Red+Green+Blue) = 236+70+147=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4693 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4693 is #13B96C. Grayscale: #808080. Windows color (decimal): -1292653 or 9651948. OLE color: 9651948.
HSL color Cylindrical-coordinate representation of color #EC4693: hue angle of 332.17º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4693 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 147 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.07 |
| HSL | 332.17º | 0.81% | 0.6% | - |
| HSV(B) | 332.17º | 0.7% | 0.93% | - |
| XYZ | 42.05 | 24.32 | 30.08 | - |
| YUV | 128.41 | 138.5 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 147 | 0 | 0.70 | 0.38 | 0.07 | 332.17 | 0.81 | 0.6 |
| Hex | EC | 46 | 93 | 0 | 46 | 26 | 7 | 14C | 51 | 3C |
| Octal | 354 | 106 | 223 | 0 | 106 | 46 | 7 | 514 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10010011 | 0 | 1000110 | 100110 | 111 | 101001100 | 1010001 | 111100 |
Color Harmonies of #EC4693
Complementary color
Monochromatic Colors of #EC4693
Black with #EC4693
Text Example
Text Example
White with #EC4693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4693; }
p { color: rgb(236,70,147); }
H1.HeaderClassName
{
color: #EC4693;
}
.AnyTagClassName
{
color: #EC4693;
}
</style>
background-color css
<style>
a { background-color: #EC4693; }
a { background-color: rgb(236,70,147); }
div.DivClassName
{
background-color: #EC4693;
}
.BgClassName
{
background-color: #EC4693;
}
</style>
border-color css
<style>
span { border-color: #EC4693; }
span { border-color: rgb(236,70,147); }
td.TdClassName
{
border-color: #EC4693;
}
.TagClassName
{
border-color: #EC4693;
}
</style>