Shades of Violet #EC7AF4
Tints of Violet #EC7AF4
RGB
CMYK
RGB Variations
Color information
#EC7AF4 (or 0xEC7AF4) is known color: Violet. HEX triplet: EC, 7A and F4. RGB value is (236,122,244). Sum of RGB (Red+Green+Blue) = 236+122+244=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 122 (48.05% from 255 or 20.27% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC7AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7AF4 is #13850B. Grayscale: #A9A9A9. Windows color (decimal): -1279244 or 16022252. OLE color: 16022252.
HSL color Cylindrical-coordinate representation of color #EC7AF4: hue angle of 296.07º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7AF4 is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 122 | 244 | - |
| CMYK | 0.03 | 0.5 | 0 | 0.04 |
| HSL | 296.07º | 0.85% | 0.72% | - |
| HSV(B) | 296.07º | 0.5% | 0.96% | - |
| XYZ | 57.88 | 38.28 | 89.93 | - |
| YUV | 169.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 244 | 0.03 | 0.5 | 0 | 0.04 | 296.07 | 0.85 | 0.72 |
| Hex | EC | 7A | F4 | 3 | 32 | 0 | 4 | 128 | 55 | 48 |
| Octal | 354 | 172 | 364 | 3 | 62 | 0 | 4 | 450 | 125 | 110 |
| Binary | 11101100 | 1111010 | 11110100 | 11 | 110010 | 0 | 100 | 100101000 | 1010101 | 1001000 |
Color Harmonies of #EC7AF4
Complementary color
Monochromatic Colors of #EC7AF4
Black with #EC7AF4
Text Example
Text Example
White with #EC7AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7AF4; }
p { color: rgb(236,122,244); }
H1.HeaderClassName
{
color: #EC7AF4;
}
.AnyTagClassName
{
color: #EC7AF4;
}
</style>
background-color css
<style>
a { background-color: #EC7AF4; }
a { background-color: rgb(236,122,244); }
div.DivClassName
{
background-color: #EC7AF4;
}
.BgClassName
{
background-color: #EC7AF4;
}
</style>
border-color css
<style>
span { border-color: #EC7AF4; }
span { border-color: rgb(236,122,244); }
td.TdClassName
{
border-color: #EC7AF4;
}
.TagClassName
{
border-color: #EC7AF4;
}
</style>