Shades of Violet #EC71F6
Tints of Violet #EC71F6
RGB
CMYK
RGB Variations
Color information
#EC71F6 (or 0xEC71F6) is known color: Violet. HEX triplet: EC, 71 and F6. RGB value is (236,113,246). Sum of RGB (Red+Green+Blue) = 236+113+246=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC71F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71F6 is #138E09. Grayscale: #A4A4A4. Windows color (decimal): -1281546 or 16151020. OLE color: 16151020.
HSL color Cylindrical-coordinate representation of color #EC71F6: hue angle of 295.49º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC71F6 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 113 | 246 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.04 |
| HSL | 295.49º | 0.88% | 0.7% | - |
| HSV(B) | 295.49º | 0.54% | 0.96% | - |
| XYZ | 57.13 | 36.3 | 91.18 | - |
| YUV | 164.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 246 | 0.04 | 0.54 | 0 | 0.04 | 295.49 | 0.88 | 0.7 |
| Hex | EC | 71 | F6 | 4 | 36 | 0 | 4 | 127 | 58 | 46 |
| Octal | 354 | 161 | 366 | 4 | 66 | 0 | 4 | 447 | 130 | 106 |
| Binary | 11101100 | 1110001 | 11110110 | 100 | 110110 | 0 | 100 | 100100111 | 1011000 | 1000110 |
Color Harmonies of #EC71F6
Complementary color
Monochromatic Colors of #EC71F6
Black with #EC71F6
Text Example
Text Example
White with #EC71F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71F6; }
p { color: rgb(236,113,246); }
H1.HeaderClassName
{
color: #EC71F6;
}
.AnyTagClassName
{
color: #EC71F6;
}
</style>
background-color css
<style>
a { background-color: #EC71F6; }
a { background-color: rgb(236,113,246); }
div.DivClassName
{
background-color: #EC71F6;
}
.BgClassName
{
background-color: #EC71F6;
}
</style>
border-color css
<style>
span { border-color: #EC71F6; }
span { border-color: rgb(236,113,246); }
td.TdClassName
{
border-color: #EC71F6;
}
.TagClassName
{
border-color: #EC71F6;
}
</style>