Shades of Violet #EC71F2
Tints of Violet #EC71F2
RGB
CMYK
RGB Variations
Color information
#EC71F2 (or 0xEC71F2) is known color: Violet. HEX triplet: EC, 71 and F2. RGB value is (236,113,242). Sum of RGB (Red+Green+Blue) = 236+113+242=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 113 (44.53% from 255 or 19.12% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC71F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71F2 is #138E0D. Grayscale: #A4A4A4. Windows color (decimal): -1281550 or 15888876. OLE color: 15888876.
HSL color Cylindrical-coordinate representation of color #EC71F2: hue angle of 297.21º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC71F2 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 113 | 242 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.05 |
| HSL | 297.21º | 0.83% | 0.7% | - |
| HSV(B) | 297.21º | 0.53% | 0.95% | - |
| XYZ | 56.52 | 36.05 | 87.98 | - |
| YUV | 164.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 242 | 0.02 | 0.53 | 0 | 0.05 | 297.21 | 0.83 | 0.7 |
| Hex | EC | 71 | F2 | 2 | 35 | 0 | 5 | 129 | 53 | 46 |
| Octal | 354 | 161 | 362 | 2 | 65 | 0 | 5 | 451 | 123 | 106 |
| Binary | 11101100 | 1110001 | 11110010 | 10 | 110101 | 0 | 101 | 100101001 | 1010011 | 1000110 |
Color Harmonies of #EC71F2
Complementary color
Monochromatic Colors of #EC71F2
Black with #EC71F2
Text Example
Text Example
White with #EC71F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71F2; }
p { color: rgb(236,113,242); }
H1.HeaderClassName
{
color: #EC71F2;
}
.AnyTagClassName
{
color: #EC71F2;
}
</style>
background-color css
<style>
a { background-color: #EC71F2; }
a { background-color: rgb(236,113,242); }
div.DivClassName
{
background-color: #EC71F2;
}
.BgClassName
{
background-color: #EC71F2;
}
</style>
border-color css
<style>
span { border-color: #EC71F2; }
span { border-color: rgb(236,113,242); }
td.TdClassName
{
border-color: #EC71F2;
}
.TagClassName
{
border-color: #EC71F2;
}
</style>