Shades of Violet #EC9AF6
Tints of Violet #EC9AF6
RGB
CMYK
RGB Variations
Color information
#EC9AF6 (or 0xEC9AF6) is known color: Violet. HEX triplet: EC, 9A and F6. RGB value is (236,154,246). Sum of RGB (Red+Green+Blue) = 236+154+246=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 154 (60.55% from 255 or 24.21% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC9AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AF6 is #136509. Grayscale: #BCBCBC. Windows color (decimal): -1271050 or 16161516. OLE color: 16161516.
HSL color Cylindrical-coordinate representation of color #EC9AF6: hue angle of 293.48º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9AF6 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 154 | 246 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.04 |
| HSL | 293.48º | 0.84% | 0.78% | - |
| HSV(B) | 293.48º | 0.37% | 0.96% | - |
| XYZ | 62.78 | 47.6 | 93.07 | - |
| YUV | 189.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 246 | 0.04 | 0.37 | 0 | 0.04 | 293.48 | 0.84 | 0.78 |
| Hex | EC | 9A | F6 | 4 | 25 | 0 | 4 | 125 | 54 | 4E |
| Octal | 354 | 232 | 366 | 4 | 45 | 0 | 4 | 445 | 124 | 116 |
| Binary | 11101100 | 10011010 | 11110110 | 100 | 100101 | 0 | 100 | 100100101 | 1010100 | 1001110 |
Color Harmonies of #EC9AF6
Complementary color
Monochromatic Colors of #EC9AF6
Black with #EC9AF6
Text Example
Text Example
White with #EC9AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AF6; }
p { color: rgb(236,154,246); }
H1.HeaderClassName
{
color: #EC9AF6;
}
.AnyTagClassName
{
color: #EC9AF6;
}
</style>
background-color css
<style>
a { background-color: #EC9AF6; }
a { background-color: rgb(236,154,246); }
div.DivClassName
{
background-color: #EC9AF6;
}
.BgClassName
{
background-color: #EC9AF6;
}
</style>
border-color css
<style>
span { border-color: #EC9AF6; }
span { border-color: rgb(236,154,246); }
td.TdClassName
{
border-color: #EC9AF6;
}
.TagClassName
{
border-color: #EC9AF6;
}
</style>