Shades of Violet #EC71ED
Tints of Violet #EC71ED
RGB
CMYK
RGB Variations
Color information
#EC71ED (or 0xEC71ED) is known color: Violet. HEX triplet: EC, 71 and ED. RGB value is (236,113,237). Sum of RGB (Red+Green+Blue) = 236+113+237=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC71ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71ED is #138E12. Grayscale: #A3A3A3. Windows color (decimal): -1281555 or 15561196. OLE color: 15561196.
HSL color Cylindrical-coordinate representation of color #EC71ED: hue angle of 299.52º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71ED is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 237 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.07 |
| HSL | 299.52º | 0.78% | 0.69% | - |
| HSV(B) | 299.52º | 0.52% | 0.93% | - |
| XYZ | 55.78 | 35.76 | 84.08 | - |
| YUV | 163.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 237 | 0.00 | 0.52 | 0 | 0.07 | 299.52 | 0.78 | 0.69 |
| Hex | EC | 71 | ED | 0 | 34 | 0 | 7 | 12C | 4E | 45 |
| Octal | 354 | 161 | 355 | 0 | 64 | 0 | 7 | 454 | 116 | 105 |
| Binary | 11101100 | 1110001 | 11101101 | 0 | 110100 | 0 | 111 | 100101100 | 1001110 | 1000101 |
Color Harmonies of #EC71ED
Complementary color
Monochromatic Colors of #EC71ED
Black with #EC71ED
Text Example
Text Example
White with #EC71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71ED; }
p { color: rgb(236,113,237); }
H1.HeaderClassName
{
color: #EC71ED;
}
.AnyTagClassName
{
color: #EC71ED;
}
</style>
background-color css
<style>
a { background-color: #EC71ED; }
a { background-color: rgb(236,113,237); }
div.DivClassName
{
background-color: #EC71ED;
}
.BgClassName
{
background-color: #EC71ED;
}
</style>
border-color css
<style>
span { border-color: #EC71ED; }
span { border-color: rgb(236,113,237); }
td.TdClassName
{
border-color: #EC71ED;
}
.TagClassName
{
border-color: #EC71ED;
}
</style>