Shades of Violet #EC6DF1
Tints of Violet #EC6DF1
RGB
CMYK
RGB Variations
Color information
#EC6DF1 (or 0xEC6DF1) is known color: Violet. HEX triplet: EC, 6D and F1. RGB value is (236,109,241). Sum of RGB (Red+Green+Blue) = 236+109+241=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 109 (42.97% from 255 or 18.60% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC6DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6DF1 is #13920E. Grayscale: #A1A1A1. Windows color (decimal): -1282575 or 15822316. OLE color: 15822316.
HSL color Cylindrical-coordinate representation of color #EC6DF1: hue angle of 297.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6DF1 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 109 | 241 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.05 |
| HSL | 297.73º | 0.83% | 0.69% | - |
| HSV(B) | 297.73º | 0.55% | 0.95% | - |
| XYZ | 55.94 | 35.12 | 87.05 | - |
| YUV | 162.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 241 | 0.02 | 0.55 | 0 | 0.05 | 297.73 | 0.83 | 0.69 |
| Hex | EC | 6D | F1 | 2 | 37 | 0 | 5 | 12A | 52 | 45 |
| Octal | 354 | 155 | 361 | 2 | 67 | 0 | 5 | 452 | 122 | 105 |
| Binary | 11101100 | 1101101 | 11110001 | 10 | 110111 | 0 | 101 | 100101010 | 1010010 | 1000101 |
Color Harmonies of #EC6DF1
Complementary color
Monochromatic Colors of #EC6DF1
Black with #EC6DF1
Text Example
Text Example
White with #EC6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DF1; }
p { color: rgb(236,109,241); }
H1.HeaderClassName
{
color: #EC6DF1;
}
.AnyTagClassName
{
color: #EC6DF1;
}
</style>
background-color css
<style>
a { background-color: #EC6DF1; }
a { background-color: rgb(236,109,241); }
div.DivClassName
{
background-color: #EC6DF1;
}
.BgClassName
{
background-color: #EC6DF1;
}
</style>
border-color css
<style>
span { border-color: #EC6DF1; }
span { border-color: rgb(236,109,241); }
td.TdClassName
{
border-color: #EC6DF1;
}
.TagClassName
{
border-color: #EC6DF1;
}
</style>