Shades of Violet #EC6DED
Tints of Violet #EC6DED
RGB
CMYK
RGB Variations
Color information
#EC6DED (or 0xEC6DED) is known color: Violet. HEX triplet: EC, 6D and ED. RGB value is (236,109,237). Sum of RGB (Red+Green+Blue) = 236+109+237=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC6DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6DED is #139212. Grayscale: #A1A1A1. Windows color (decimal): -1282579 or 15560172. OLE color: 15560172.
HSL color Cylindrical-coordinate representation of color #EC6DED: 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 #EC6DED is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 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.35 | 34.88 | 83.94 | - |
| YUV | 161.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 237 | 0.00 | 0.54 | 0 | 0.07 | 299.53 | 0.78 | 0.68 |
| Hex | EC | 6D | ED | 0 | 36 | 0 | 7 | 12C | 4E | 44 |
| Octal | 354 | 155 | 355 | 0 | 66 | 0 | 7 | 454 | 116 | 104 |
| Binary | 11101100 | 1101101 | 11101101 | 0 | 110110 | 0 | 111 | 100101100 | 1001110 | 1000100 |
Color Harmonies of #EC6DED
Complementary color
Monochromatic Colors of #EC6DED
Black with #EC6DED
Text Example
Text Example
White with #EC6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DED; }
p { color: rgb(236,109,237); }
H1.HeaderClassName
{
color: #EC6DED;
}
.AnyTagClassName
{
color: #EC6DED;
}
</style>
background-color css
<style>
a { background-color: #EC6DED; }
a { background-color: rgb(236,109,237); }
div.DivClassName
{
background-color: #EC6DED;
}
.BgClassName
{
background-color: #EC6DED;
}
</style>
border-color css
<style>
span { border-color: #EC6DED; }
span { border-color: rgb(236,109,237); }
td.TdClassName
{
border-color: #EC6DED;
}
.TagClassName
{
border-color: #EC6DED;
}
</style>