Shades of Violet #EC6EF1
Tints of Violet #EC6EF1
RGB
CMYK
RGB Variations
Color information
#EC6EF1 (or 0xEC6EF1) is known color: Violet. HEX triplet: EC, 6E and F1. RGB value is (236,110,241). Sum of RGB (Red+Green+Blue) = 236+110+241=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 110 (43.36% from 255 or 18.74% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC6EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6EF1 is #13910E. Grayscale: #A2A2A2. Windows color (decimal): -1282319 or 15822572. OLE color: 15822572.
HSL color Cylindrical-coordinate representation of color #EC6EF1: hue angle of 297.71º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6EF1 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 110 | 241 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.05 |
| HSL | 297.71º | 0.82% | 0.69% | - |
| HSV(B) | 297.71º | 0.54% | 0.95% | - |
| XYZ | 56.05 | 35.34 | 87.09 | - |
| YUV | 162.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 241 | 0.02 | 0.54 | 0 | 0.05 | 297.71 | 0.82 | 0.69 |
| Hex | EC | 6E | F1 | 2 | 36 | 0 | 5 | 12A | 52 | 45 |
| Octal | 354 | 156 | 361 | 2 | 66 | 0 | 5 | 452 | 122 | 105 |
| Binary | 11101100 | 1101110 | 11110001 | 10 | 110110 | 0 | 101 | 100101010 | 1010010 | 1000101 |
Color Harmonies of #EC6EF1
Complementary color
Monochromatic Colors of #EC6EF1
Black with #EC6EF1
Text Example
Text Example
White with #EC6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EF1; }
p { color: rgb(236,110,241); }
H1.HeaderClassName
{
color: #EC6EF1;
}
.AnyTagClassName
{
color: #EC6EF1;
}
</style>
background-color css
<style>
a { background-color: #EC6EF1; }
a { background-color: rgb(236,110,241); }
div.DivClassName
{
background-color: #EC6EF1;
}
.BgClassName
{
background-color: #EC6EF1;
}
</style>
border-color css
<style>
span { border-color: #EC6EF1; }
span { border-color: rgb(236,110,241); }
td.TdClassName
{
border-color: #EC6EF1;
}
.TagClassName
{
border-color: #EC6EF1;
}
</style>