Shades of Violet #EC71F4
Tints of Violet #EC71F4
RGB
CMYK
RGB Variations
Color information
#EC71F4 (or 0xEC71F4) is known color: Violet. HEX triplet: EC, 71 and F4. RGB value is (236,113,244). Sum of RGB (Red+Green+Blue) = 236+113+244=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 113 (44.53% from 255 or 19.06% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC71F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71F4 is #138E0B. Grayscale: #A4A4A4. Windows color (decimal): -1281548 or 16019948. OLE color: 16019948.
HSL color Cylindrical-coordinate representation of color #EC71F4: hue angle of 296.34º degrees, saturation: 0.86, 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 #EC71F4 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 113 | 244 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.04 |
| HSL | 296.34º | 0.86% | 0.7% | - |
| HSV(B) | 296.34º | 0.54% | 0.96% | - |
| XYZ | 56.83 | 36.17 | 89.58 | - |
| YUV | 164.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 244 | 0.03 | 0.54 | 0 | 0.04 | 296.34 | 0.86 | 0.7 |
| Hex | EC | 71 | F4 | 3 | 36 | 0 | 4 | 128 | 56 | 46 |
| Octal | 354 | 161 | 364 | 3 | 66 | 0 | 4 | 450 | 126 | 106 |
| Binary | 11101100 | 1110001 | 11110100 | 11 | 110110 | 0 | 100 | 100101000 | 1010110 | 1000110 |
Color Harmonies of #EC71F4
Complementary color
Monochromatic Colors of #EC71F4
Black with #EC71F4
Text Example
Text Example
White with #EC71F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71F4; }
p { color: rgb(236,113,244); }
H1.HeaderClassName
{
color: #EC71F4;
}
.AnyTagClassName
{
color: #EC71F4;
}
</style>
background-color css
<style>
a { background-color: #EC71F4; }
a { background-color: rgb(236,113,244); }
div.DivClassName
{
background-color: #EC71F4;
}
.BgClassName
{
background-color: #EC71F4;
}
</style>
border-color css
<style>
span { border-color: #EC71F4; }
span { border-color: rgb(236,113,244); }
td.TdClassName
{
border-color: #EC71F4;
}
.TagClassName
{
border-color: #EC71F4;
}
</style>