Shades of Violet #EC96FA
Tints of Violet #EC96FA
RGB
CMYK
RGB Variations
Color information
#EC96FA (or 0xEC96FA) is known color: Violet. HEX triplet: EC, 96 and FA. RGB value is (236,150,250). Sum of RGB (Red+Green+Blue) = 236+150+250=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 150 (58.98% from 255 or 23.58% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC96FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96FA is #136905. Grayscale: #BABABA. Windows color (decimal): -1272070 or 16422636. OLE color: 16422636.
HSL color Cylindrical-coordinate representation of color #EC96FA: hue angle of 291.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC96FA is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 150 | 250 | - |
| CMYK | 0.06 | 0.4 | 0 | 0.02 |
| HSL | 291.6º | 0.91% | 0.78% | - |
| HSV(B) | 291.6º | 0.4% | 0.98% | - |
| XYZ | 62.75 | 46.55 | 96.12 | - |
| YUV | 187.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 250 | 0.06 | 0.4 | 0 | 0.02 | 291.6 | 0.91 | 0.78 |
| Hex | EC | 96 | FA | 6 | 28 | 0 | 2 | 124 | 5B | 4E |
| Octal | 354 | 226 | 372 | 6 | 50 | 0 | 2 | 444 | 133 | 116 |
| Binary | 11101100 | 10010110 | 11111010 | 110 | 101000 | 0 | 10 | 100100100 | 1011011 | 1001110 |
Color Harmonies of #EC96FA
Complementary color
Monochromatic Colors of #EC96FA
Black with #EC96FA
Text Example
Text Example
White with #EC96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96FA; }
p { color: rgb(236,150,250); }
H1.HeaderClassName
{
color: #EC96FA;
}
.AnyTagClassName
{
color: #EC96FA;
}
</style>
background-color css
<style>
a { background-color: #EC96FA; }
a { background-color: rgb(236,150,250); }
div.DivClassName
{
background-color: #EC96FA;
}
.BgClassName
{
background-color: #EC96FA;
}
</style>
border-color css
<style>
span { border-color: #EC96FA; }
span { border-color: rgb(236,150,250); }
td.TdClassName
{
border-color: #EC96FA;
}
.TagClassName
{
border-color: #EC96FA;
}
</style>