Shades of Violet #EC7AFA
Tints of Violet #EC7AFA
RGB
CMYK
RGB Variations
Color information
#EC7AFA (or 0xEC7AFA) is known color: Violet. HEX triplet: EC, 7A and FA. RGB value is (236,122,250). Sum of RGB (Red+Green+Blue) = 236+122+250=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 122 (48.05% from 255 or 20.07% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC7AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7AFA is #138505. Grayscale: #AAAAAA. Windows color (decimal): -1279238 or 16415468. OLE color: 16415468.
HSL color Cylindrical-coordinate representation of color #EC7AFA: hue angle of 293.44º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7AFA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 122 | 250 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.02 |
| HSL | 293.44º | 0.93% | 0.73% | - |
| HSV(B) | 293.44º | 0.51% | 0.98% | - |
| XYZ | 58.81 | 38.65 | 94.8 | - |
| YUV | 170.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 250 | 0.06 | 0.51 | 0 | 0.02 | 293.44 | 0.93 | 0.73 |
| Hex | EC | 7A | FA | 6 | 33 | 0 | 2 | 125 | 5D | 49 |
| Octal | 354 | 172 | 372 | 6 | 63 | 0 | 2 | 445 | 135 | 111 |
| Binary | 11101100 | 1111010 | 11111010 | 110 | 110011 | 0 | 10 | 100100101 | 1011101 | 1001001 |
Color Harmonies of #EC7AFA
Complementary color
Monochromatic Colors of #EC7AFA
Black with #EC7AFA
Text Example
Text Example
White with #EC7AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7AFA; }
p { color: rgb(236,122,250); }
H1.HeaderClassName
{
color: #EC7AFA;
}
.AnyTagClassName
{
color: #EC7AFA;
}
</style>
background-color css
<style>
a { background-color: #EC7AFA; }
a { background-color: rgb(236,122,250); }
div.DivClassName
{
background-color: #EC7AFA;
}
.BgClassName
{
background-color: #EC7AFA;
}
</style>
border-color css
<style>
span { border-color: #EC7AFA; }
span { border-color: rgb(236,122,250); }
td.TdClassName
{
border-color: #EC7AFA;
}
.TagClassName
{
border-color: #EC7AFA;
}
</style>