Shades of Violet #EC6EF3
Tints of Violet #EC6EF3
RGB
CMYK
RGB Variations
Color information
#EC6EF3 (or 0xEC6EF3) is known color: Violet. HEX triplet: EC, 6E and F3. RGB value is (236,110,243). Sum of RGB (Red+Green+Blue) = 236+110+243=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 110 (43.36% from 255 or 18.68% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC6EF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6EF3 is #13910C. Grayscale: #A2A2A2. Windows color (decimal): -1282317 or 15953644. OLE color: 15953644.
HSL color Cylindrical-coordinate representation of color #EC6EF3: hue angle of 296.84º degrees, saturation: 0.85, 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 #EC6EF3 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 110 | 243 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.05 |
| HSL | 296.84º | 0.85% | 0.69% | - |
| HSV(B) | 296.84º | 0.55% | 0.95% | - |
| XYZ | 56.35 | 35.46 | 88.67 | - |
| YUV | 162.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 243 | 0.03 | 0.55 | 0 | 0.05 | 296.84 | 0.85 | 0.69 |
| Hex | EC | 6E | F3 | 3 | 37 | 0 | 5 | 129 | 55 | 45 |
| Octal | 354 | 156 | 363 | 3 | 67 | 0 | 5 | 451 | 125 | 105 |
| Binary | 11101100 | 1101110 | 11110011 | 11 | 110111 | 0 | 101 | 100101001 | 1010101 | 1000101 |
Color Harmonies of #EC6EF3
Complementary color
Monochromatic Colors of #EC6EF3
Black with #EC6EF3
Text Example
Text Example
White with #EC6EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EF3; }
p { color: rgb(236,110,243); }
H1.HeaderClassName
{
color: #EC6EF3;
}
.AnyTagClassName
{
color: #EC6EF3;
}
</style>
background-color css
<style>
a { background-color: #EC6EF3; }
a { background-color: rgb(236,110,243); }
div.DivClassName
{
background-color: #EC6EF3;
}
.BgClassName
{
background-color: #EC6EF3;
}
</style>
border-color css
<style>
span { border-color: #EC6EF3; }
span { border-color: rgb(236,110,243); }
td.TdClassName
{
border-color: #EC6EF3;
}
.TagClassName
{
border-color: #EC6EF3;
}
</style>