Shades of Violet #EC7AEA
Tints of Violet #EC7AEA
RGB
CMYK
RGB Variations
Color information
#EC7AEA (or 0xEC7AEA) is known color: Violet. HEX triplet: EC, 7A and EA. RGB value is (236,122,234). Sum of RGB (Red+Green+Blue) = 236+122+234=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7AEA is #138515. Grayscale: #A8A8A8. Windows color (decimal): -1279254 or 15366892. OLE color: 15366892.
HSL color Cylindrical-coordinate representation of color #EC7AEA: hue angle of 301.05º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7AEA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 234 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.07 |
| HSL | 301.05º | 0.75% | 0.7% | - |
| HSV(B) | 301.05º | 0.48% | 0.93% | - |
| XYZ | 56.4 | 37.69 | 82.14 | - |
| YUV | 168.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 234 | 0 | 0.48 | 0.01 | 0.07 | 301.05 | 0.75 | 0.7 |
| Hex | EC | 7A | EA | 0 | 30 | 1 | 7 | 12D | 4B | 46 |
| Octal | 354 | 172 | 352 | 0 | 60 | 1 | 7 | 455 | 113 | 106 |
| Binary | 11101100 | 1111010 | 11101010 | 0 | 110000 | 1 | 111 | 100101101 | 1001011 | 1000110 |
Color Harmonies of #EC7AEA
Complementary color
Monochromatic Colors of #EC7AEA
Black with #EC7AEA
Text Example
Text Example
White with #EC7AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7AEA; }
p { color: rgb(236,122,234); }
H1.HeaderClassName
{
color: #EC7AEA;
}
.AnyTagClassName
{
color: #EC7AEA;
}
</style>
background-color css
<style>
a { background-color: #EC7AEA; }
a { background-color: rgb(236,122,234); }
div.DivClassName
{
background-color: #EC7AEA;
}
.BgClassName
{
background-color: #EC7AEA;
}
</style>
border-color css
<style>
span { border-color: #EC7AEA; }
span { border-color: rgb(236,122,234); }
td.TdClassName
{
border-color: #EC7AEA;
}
.TagClassName
{
border-color: #EC7AEA;
}
</style>