Shades of Violet #EC71EC
Tints of Violet #EC71EC
RGB
CMYK
RGB Variations
Color information
#EC71EC (or 0xEC71EC) is known color: Violet. HEX triplet: EC, 71 and EC. RGB value is (236,113,236). Sum of RGB (Red+Green+Blue) = 236+113+236=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC71EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71EC is #138E13. Grayscale: #A3A3A3. Windows color (decimal): -1281556 or 15495660. OLE color: 15495660.
HSL color Cylindrical-coordinate representation of color #EC71EC: hue angle of 300º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71EC is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 236 | - |
| CMYK | 0 | 0.52 | 0 | 0.07 |
| HSL | 300º | 0.76% | 0.68% | - |
| HSV(B) | 300º | 0.52% | 0.93% | - |
| XYZ | 55.64 | 35.7 | 83.32 | - |
| YUV | 163.8 | 168.75 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 236 | 0 | 0.52 | 0 | 0.07 | 300 | 0.76 | 0.68 |
| Hex | EC | 71 | EC | 0 | 34 | 0 | 7 | 12C | 4C | 44 |
| Octal | 354 | 161 | 354 | 0 | 64 | 0 | 7 | 454 | 114 | 104 |
| Binary | 11101100 | 1110001 | 11101100 | 0 | 110100 | 0 | 111 | 100101100 | 1001100 | 1000100 |
Color Harmonies of #EC71EC
Complementary color
Monochromatic Colors of #EC71EC
Black with #EC71EC
Text Example
Text Example
White with #EC71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71EC; }
p { color: rgb(236,113,236); }
H1.HeaderClassName
{
color: #EC71EC;
}
.AnyTagClassName
{
color: #EC71EC;
}
</style>
background-color css
<style>
a { background-color: #EC71EC; }
a { background-color: rgb(236,113,236); }
div.DivClassName
{
background-color: #EC71EC;
}
.BgClassName
{
background-color: #EC71EC;
}
</style>
border-color css
<style>
span { border-color: #EC71EC; }
span { border-color: rgb(236,113,236); }
td.TdClassName
{
border-color: #EC71EC;
}
.TagClassName
{
border-color: #EC71EC;
}
</style>