Shades of Violet #EC7AF8
Tints of Violet #EC7AF8
RGB
CMYK
RGB Variations
Color information
#EC7AF8 (or 0xEC7AF8) is known color: Violet. HEX triplet: EC, 7A and F8. RGB value is (236,122,248). Sum of RGB (Red+Green+Blue) = 236+122+248=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC7AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7AF8 is #138507. Grayscale: #AAAAAA. Windows color (decimal): -1279240 or 16284396. OLE color: 16284396.
HSL color Cylindrical-coordinate representation of color #EC7AF8: hue angle of 294.29º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7AF8 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 122 | 248 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.03 |
| HSL | 294.29º | 0.9% | 0.73% | - |
| HSV(B) | 294.29º | 0.51% | 0.97% | - |
| XYZ | 58.49 | 38.53 | 93.16 | - |
| YUV | 170.45 | 171.77 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 248 | 0.05 | 0.51 | 0 | 0.03 | 294.29 | 0.9 | 0.73 |
| Hex | EC | 7A | F8 | 5 | 33 | 0 | 3 | 126 | 5A | 49 |
| Octal | 354 | 172 | 370 | 5 | 63 | 0 | 3 | 446 | 132 | 111 |
| Binary | 11101100 | 1111010 | 11111000 | 101 | 110011 | 0 | 11 | 100100110 | 1011010 | 1001001 |
Color Harmonies of #EC7AF8
Complementary color
Monochromatic Colors of #EC7AF8
Black with #EC7AF8
Text Example
Text Example
White with #EC7AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7AF8; }
p { color: rgb(236,122,248); }
H1.HeaderClassName
{
color: #EC7AF8;
}
.AnyTagClassName
{
color: #EC7AF8;
}
</style>
background-color css
<style>
a { background-color: #EC7AF8; }
a { background-color: rgb(236,122,248); }
div.DivClassName
{
background-color: #EC7AF8;
}
.BgClassName
{
background-color: #EC7AF8;
}
</style>
border-color css
<style>
span { border-color: #EC7AF8; }
span { border-color: rgb(236,122,248); }
td.TdClassName
{
border-color: #EC7AF8;
}
.TagClassName
{
border-color: #EC7AF8;
}
</style>