Shades of Violet #EC71EE
Tints of Violet #EC71EE
RGB
CMYK
RGB Variations
Color information
#EC71EE (or 0xEC71EE) is known color: Violet. HEX triplet: EC, 71 and EE. RGB value is (236,113,238). Sum of RGB (Red+Green+Blue) = 236+113+238=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC71EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71EE is #138E11. Grayscale: #A3A3A3. Windows color (decimal): -1281554 or 15626732. OLE color: 15626732.
HSL color Cylindrical-coordinate representation of color #EC71EE: hue angle of 299.04º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC71EE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 238 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.07 |
| HSL | 299.04º | 0.79% | 0.69% | - |
| HSV(B) | 299.04º | 0.53% | 0.93% | - |
| XYZ | 55.93 | 35.82 | 84.85 | - |
| YUV | 164.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 238 | 0.01 | 0.53 | 0 | 0.07 | 299.04 | 0.79 | 0.69 |
| Hex | EC | 71 | EE | 1 | 35 | 0 | 7 | 12B | 4F | 45 |
| Octal | 354 | 161 | 356 | 1 | 65 | 0 | 7 | 453 | 117 | 105 |
| Binary | 11101100 | 1110001 | 11101110 | 1 | 110101 | 0 | 111 | 100101011 | 1001111 | 1000101 |
Color Harmonies of #EC71EE
Complementary color
Monochromatic Colors of #EC71EE
Black with #EC71EE
Text Example
Text Example
White with #EC71EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71EE; }
p { color: rgb(236,113,238); }
H1.HeaderClassName
{
color: #EC71EE;
}
.AnyTagClassName
{
color: #EC71EE;
}
</style>
background-color css
<style>
a { background-color: #EC71EE; }
a { background-color: rgb(236,113,238); }
div.DivClassName
{
background-color: #EC71EE;
}
.BgClassName
{
background-color: #EC71EE;
}
</style>
border-color css
<style>
span { border-color: #EC71EE; }
span { border-color: rgb(236,113,238); }
td.TdClassName
{
border-color: #EC71EE;
}
.TagClassName
{
border-color: #EC71EE;
}
</style>