Shades of Violet #EC71E6
Tints of Violet #EC71E6
RGB
CMYK
RGB Variations
Color information
#EC71E6 (or 0xEC71E6) is known color: Violet. HEX triplet: EC, 71 and E6. RGB value is (236,113,230). Sum of RGB (Red+Green+Blue) = 236+113+230=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71E6 is #138E19. Grayscale: #A2A2A2. Windows color (decimal): -1281562 or 15102444. OLE color: 15102444.
HSL color Cylindrical-coordinate representation of color #EC71E6: hue angle of 302.93º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71E6 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 230 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.07 |
| HSL | 302.93º | 0.76% | 0.68% | - |
| HSV(B) | 302.93º | 0.52% | 0.93% | - |
| XYZ | 54.78 | 35.36 | 78.8 | - |
| YUV | 163.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 230 | 0 | 0.52 | 0.03 | 0.07 | 302.93 | 0.76 | 0.68 |
| Hex | EC | 71 | E6 | 0 | 34 | 3 | 7 | 12F | 4C | 44 |
| Octal | 354 | 161 | 346 | 0 | 64 | 3 | 7 | 457 | 114 | 104 |
| Binary | 11101100 | 1110001 | 11100110 | 0 | 110100 | 11 | 111 | 100101111 | 1001100 | 1000100 |
Color Harmonies of #EC71E6
Complementary color
Monochromatic Colors of #EC71E6
Black with #EC71E6
Text Example
Text Example
White with #EC71E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71E6; }
p { color: rgb(236,113,230); }
H1.HeaderClassName
{
color: #EC71E6;
}
.AnyTagClassName
{
color: #EC71E6;
}
</style>
background-color css
<style>
a { background-color: #EC71E6; }
a { background-color: rgb(236,113,230); }
div.DivClassName
{
background-color: #EC71E6;
}
.BgClassName
{
background-color: #EC71E6;
}
</style>
border-color css
<style>
span { border-color: #EC71E6; }
span { border-color: rgb(236,113,230); }
td.TdClassName
{
border-color: #EC71E6;
}
.TagClassName
{
border-color: #EC71E6;
}
</style>