Shades of Violet #EC6EE6
Tints of Violet #EC6EE6
RGB
CMYK
RGB Variations
Color information
#EC6EE6 (or 0xEC6EE6) is known color: Violet. HEX triplet: EC, 6E and E6. RGB value is (236,110,230). Sum of RGB (Red+Green+Blue) = 236+110+230=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 110 (43.36% from 255 or 19.10% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6EE6 is #139119. Grayscale: #A1A1A1. Windows color (decimal): -1282330 or 15101676. OLE color: 15101676.
HSL color Cylindrical-coordinate representation of color #EC6EE6: hue angle of 302.86º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6EE6 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 230 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.07 |
| HSL | 302.86º | 0.77% | 0.68% | - |
| HSV(B) | 302.86º | 0.53% | 0.93% | - |
| XYZ | 54.45 | 34.7 | 78.69 | - |
| YUV | 161.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 230 | 0 | 0.53 | 0.03 | 0.07 | 302.86 | 0.77 | 0.68 |
| Hex | EC | 6E | E6 | 0 | 35 | 3 | 7 | 12F | 4D | 44 |
| Octal | 354 | 156 | 346 | 0 | 65 | 3 | 7 | 457 | 115 | 104 |
| Binary | 11101100 | 1101110 | 11100110 | 0 | 110101 | 11 | 111 | 100101111 | 1001101 | 1000100 |
Color Harmonies of #EC6EE6
Complementary color
Monochromatic Colors of #EC6EE6
Black with #EC6EE6
Text Example
Text Example
White with #EC6EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EE6; }
p { color: rgb(236,110,230); }
H1.HeaderClassName
{
color: #EC6EE6;
}
.AnyTagClassName
{
color: #EC6EE6;
}
</style>
background-color css
<style>
a { background-color: #EC6EE6; }
a { background-color: rgb(236,110,230); }
div.DivClassName
{
background-color: #EC6EE6;
}
.BgClassName
{
background-color: #EC6EE6;
}
</style>
border-color css
<style>
span { border-color: #EC6EE6; }
span { border-color: rgb(236,110,230); }
td.TdClassName
{
border-color: #EC6EE6;
}
.TagClassName
{
border-color: #EC6EE6;
}
</style>