Shades of Violet #EC6AEF
Tints of Violet #EC6AEF
RGB
CMYK
RGB Variations
Color information
#EC6AEF (or 0xEC6AEF) is known color: Violet. HEX triplet: EC, 6A and EF. RGB value is (236,106,239). Sum of RGB (Red+Green+Blue) = 236+106+239=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 106 (41.80% from 255 or 18.24% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC6AEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AEF is #139510. Grayscale: #9F9F9F. Windows color (decimal): -1283345 or 15690476. OLE color: 15690476.
HSL color Cylindrical-coordinate representation of color #EC6AEF: hue angle of 298.65º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6AEF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 106 | 239 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.06 |
| HSL | 298.65º | 0.81% | 0.68% | - |
| HSV(B) | 298.65º | 0.56% | 0.94% | - |
| XYZ | 55.33 | 34.37 | 85.38 | - |
| YUV | 160.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 239 | 0.01 | 0.56 | 0 | 0.06 | 298.65 | 0.81 | 0.68 |
| Hex | EC | 6A | EF | 1 | 38 | 0 | 6 | 12B | 51 | 44 |
| Octal | 354 | 152 | 357 | 1 | 70 | 0 | 6 | 453 | 121 | 104 |
| Binary | 11101100 | 1101010 | 11101111 | 1 | 111000 | 0 | 110 | 100101011 | 1010001 | 1000100 |
Color Harmonies of #EC6AEF
Complementary color
Monochromatic Colors of #EC6AEF
Black with #EC6AEF
Text Example
Text Example
White with #EC6AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AEF; }
p { color: rgb(236,106,239); }
H1.HeaderClassName
{
color: #EC6AEF;
}
.AnyTagClassName
{
color: #EC6AEF;
}
</style>
background-color css
<style>
a { background-color: #EC6AEF; }
a { background-color: rgb(236,106,239); }
div.DivClassName
{
background-color: #EC6AEF;
}
.BgClassName
{
background-color: #EC6AEF;
}
</style>
border-color css
<style>
span { border-color: #EC6AEF; }
span { border-color: rgb(236,106,239); }
td.TdClassName
{
border-color: #EC6AEF;
}
.TagClassName
{
border-color: #EC6AEF;
}
</style>