Shades of Violet #EC6DF0
Tints of Violet #EC6DF0
RGB
CMYK
RGB Variations
Color information
#EC6DF0 (or 0xEC6DF0) is known color: Violet. HEX triplet: EC, 6D and F0. RGB value is (236,109,240). Sum of RGB (Red+Green+Blue) = 236+109+240=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC6DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6DF0 is #13920F. Grayscale: #A1A1A1. Windows color (decimal): -1282576 or 15756780. OLE color: 15756780.
HSL color Cylindrical-coordinate representation of color #EC6DF0: hue angle of 298.17º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6DF0 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 109 | 240 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.06 |
| HSL | 298.17º | 0.81% | 0.68% | - |
| HSV(B) | 298.17º | 0.55% | 0.94% | - |
| XYZ | 55.79 | 35.06 | 86.27 | - |
| YUV | 161.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 240 | 0.02 | 0.55 | 0 | 0.06 | 298.17 | 0.81 | 0.68 |
| Hex | EC | 6D | F0 | 2 | 37 | 0 | 6 | 12A | 51 | 44 |
| Octal | 354 | 155 | 360 | 2 | 67 | 0 | 6 | 452 | 121 | 104 |
| Binary | 11101100 | 1101101 | 11110000 | 10 | 110111 | 0 | 110 | 100101010 | 1010001 | 1000100 |
Color Harmonies of #EC6DF0
Complementary color
Monochromatic Colors of #EC6DF0
Black with #EC6DF0
Text Example
Text Example
White with #EC6DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DF0; }
p { color: rgb(236,109,240); }
H1.HeaderClassName
{
color: #EC6DF0;
}
.AnyTagClassName
{
color: #EC6DF0;
}
</style>
background-color css
<style>
a { background-color: #EC6DF0; }
a { background-color: rgb(236,109,240); }
div.DivClassName
{
background-color: #EC6DF0;
}
.BgClassName
{
background-color: #EC6DF0;
}
</style>
border-color css
<style>
span { border-color: #EC6DF0; }
span { border-color: rgb(236,109,240); }
td.TdClassName
{
border-color: #EC6DF0;
}
.TagClassName
{
border-color: #EC6DF0;
}
</style>