Shades of Violet #EC9AFA
Tints of Violet #EC9AFA
RGB
CMYK
RGB Variations
Color information
#EC9AFA (or 0xEC9AFA) is known color: Violet. HEX triplet: EC, 9A and FA. RGB value is (236,154,250). Sum of RGB (Red+Green+Blue) = 236+154+250=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 154 (60.55% from 255 or 24.06% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC9AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AFA is #136505. Grayscale: #BDBDBD. Windows color (decimal): -1271046 or 16423660. OLE color: 16423660.
HSL color Cylindrical-coordinate representation of color #EC9AFA: hue angle of 291.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9AFA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 154 | 250 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.02 |
| HSL | 291.25º | 0.91% | 0.79% | - |
| HSV(B) | 291.25º | 0.38% | 0.98% | - |
| XYZ | 63.4 | 47.85 | 96.34 | - |
| YUV | 189.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 250 | 0.06 | 0.38 | 0 | 0.02 | 291.25 | 0.91 | 0.79 |
| Hex | EC | 9A | FA | 6 | 26 | 0 | 2 | 123 | 5B | 4F |
| Octal | 354 | 232 | 372 | 6 | 46 | 0 | 2 | 443 | 133 | 117 |
| Binary | 11101100 | 10011010 | 11111010 | 110 | 100110 | 0 | 10 | 100100011 | 1011011 | 1001111 |
Color Harmonies of #EC9AFA
Complementary color
Monochromatic Colors of #EC9AFA
Black with #EC9AFA
Text Example
Text Example
White with #EC9AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AFA; }
p { color: rgb(236,154,250); }
H1.HeaderClassName
{
color: #EC9AFA;
}
.AnyTagClassName
{
color: #EC9AFA;
}
</style>
background-color css
<style>
a { background-color: #EC9AFA; }
a { background-color: rgb(236,154,250); }
div.DivClassName
{
background-color: #EC9AFA;
}
.BgClassName
{
background-color: #EC9AFA;
}
</style>
border-color css
<style>
span { border-color: #EC9AFA; }
span { border-color: rgb(236,154,250); }
td.TdClassName
{
border-color: #EC9AFA;
}
.TagClassName
{
border-color: #EC9AFA;
}
</style>