Shades of Violet #EC6EED
Tints of Violet #EC6EED
RGB
CMYK
RGB Variations
Color information
#EC6EED (or 0xEC6EED) is known color: Violet. HEX triplet: EC, 6E and ED. RGB value is (236,110,237). Sum of RGB (Red+Green+Blue) = 236+110+237=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 110 (43.36% from 255 or 18.87% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC6EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6EED is #139112. Grayscale: #A1A1A1. Windows color (decimal): -1282323 or 15560428. OLE color: 15560428.
HSL color Cylindrical-coordinate representation of color #EC6EED: hue angle of 299.53º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6EED is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 237 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.07 |
| HSL | 299.53º | 0.78% | 0.68% | - |
| HSV(B) | 299.53º | 0.54% | 0.93% | - |
| XYZ | 55.45 | 35.1 | 83.97 | - |
| YUV | 162.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 237 | 0.00 | 0.54 | 0 | 0.07 | 299.53 | 0.78 | 0.68 |
| Hex | EC | 6E | ED | 0 | 36 | 0 | 7 | 12C | 4E | 44 |
| Octal | 354 | 156 | 355 | 0 | 66 | 0 | 7 | 454 | 116 | 104 |
| Binary | 11101100 | 1101110 | 11101101 | 0 | 110110 | 0 | 111 | 100101100 | 1001110 | 1000100 |
Color Harmonies of #EC6EED
Complementary color
Monochromatic Colors of #EC6EED
Black with #EC6EED
Text Example
Text Example
White with #EC6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EED; }
p { color: rgb(236,110,237); }
H1.HeaderClassName
{
color: #EC6EED;
}
.AnyTagClassName
{
color: #EC6EED;
}
</style>
background-color css
<style>
a { background-color: #EC6EED; }
a { background-color: rgb(236,110,237); }
div.DivClassName
{
background-color: #EC6EED;
}
.BgClassName
{
background-color: #EC6EED;
}
</style>
border-color css
<style>
span { border-color: #EC6EED; }
span { border-color: rgb(236,110,237); }
td.TdClassName
{
border-color: #EC6EED;
}
.TagClassName
{
border-color: #EC6EED;
}
</style>