Shades of Violet #EC71EF
Tints of Violet #EC71EF
RGB
CMYK
RGB Variations
Color information
#EC71EF (or 0xEC71EF) is known color: Violet. HEX triplet: EC, 71 and EF. RGB value is (236,113,239). Sum of RGB (Red+Green+Blue) = 236+113+239=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 113 (44.53% from 255 or 19.22% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC71EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71EF is #138E10. Grayscale: #A3A3A3. Windows color (decimal): -1281553 or 15692268. OLE color: 15692268.
HSL color Cylindrical-coordinate representation of color #EC71EF: hue angle of 298.57º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC71EF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 113 | 239 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.06 |
| HSL | 298.57º | 0.8% | 0.69% | - |
| HSV(B) | 298.57º | 0.53% | 0.94% | - |
| XYZ | 56.08 | 35.88 | 85.63 | - |
| YUV | 164.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 239 | 0.01 | 0.53 | 0 | 0.06 | 298.57 | 0.8 | 0.69 |
| Hex | EC | 71 | EF | 1 | 35 | 0 | 6 | 12B | 50 | 45 |
| Octal | 354 | 161 | 357 | 1 | 65 | 0 | 6 | 453 | 120 | 105 |
| Binary | 11101100 | 1110001 | 11101111 | 1 | 110101 | 0 | 110 | 100101011 | 1010000 | 1000101 |
Color Harmonies of #EC71EF
Complementary color
Monochromatic Colors of #EC71EF
Black with #EC71EF
Text Example
Text Example
White with #EC71EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71EF; }
p { color: rgb(236,113,239); }
H1.HeaderClassName
{
color: #EC71EF;
}
.AnyTagClassName
{
color: #EC71EF;
}
</style>
background-color css
<style>
a { background-color: #EC71EF; }
a { background-color: rgb(236,113,239); }
div.DivClassName
{
background-color: #EC71EF;
}
.BgClassName
{
background-color: #EC71EF;
}
</style>
border-color css
<style>
span { border-color: #EC71EF; }
span { border-color: rgb(236,113,239); }
td.TdClassName
{
border-color: #EC71EF;
}
.TagClassName
{
border-color: #EC71EF;
}
</style>