Shades of Violet #EC6AEC
Tints of Violet #EC6AEC
RGB
CMYK
RGB Variations
Color information
#EC6AEC (or 0xEC6AEC) is known color: Violet. HEX triplet: EC, 6A and EC. RGB value is (236,106,236). Sum of RGB (Red+Green+Blue) = 236+106+236=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 106 (41.80% from 255 or 18.34% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC6AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AEC is #139513. Grayscale: #9F9F9F. Windows color (decimal): -1283348 or 15493868. OLE color: 15493868.
HSL color Cylindrical-coordinate representation of color #EC6AEC: hue angle of 300º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6AEC is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 236 | - |
| CMYK | 0 | 0.55 | 0 | 0.07 |
| HSL | 300º | 0.77% | 0.67% | - |
| HSV(B) | 300º | 0.55% | 0.93% | - |
| XYZ | 54.89 | 34.2 | 83.06 | - |
| YUV | 159.69 | 171.07 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 236 | 0 | 0.55 | 0 | 0.07 | 300 | 0.77 | 0.67 |
| Hex | EC | 6A | EC | 0 | 37 | 0 | 7 | 12C | 4D | 43 |
| Octal | 354 | 152 | 354 | 0 | 67 | 0 | 7 | 454 | 115 | 103 |
| Binary | 11101100 | 1101010 | 11101100 | 0 | 110111 | 0 | 111 | 100101100 | 1001101 | 1000011 |
Color Harmonies of #EC6AEC
Complementary color
Monochromatic Colors of #EC6AEC
Black with #EC6AEC
Text Example
Text Example
White with #EC6AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AEC; }
p { color: rgb(236,106,236); }
H1.HeaderClassName
{
color: #EC6AEC;
}
.AnyTagClassName
{
color: #EC6AEC;
}
</style>
background-color css
<style>
a { background-color: #EC6AEC; }
a { background-color: rgb(236,106,236); }
div.DivClassName
{
background-color: #EC6AEC;
}
.BgClassName
{
background-color: #EC6AEC;
}
</style>
border-color css
<style>
span { border-color: #EC6AEC; }
span { border-color: rgb(236,106,236); }
td.TdClassName
{
border-color: #EC6AEC;
}
.TagClassName
{
border-color: #EC6AEC;
}
</style>