Shades of Violet #EC96FF
Tints of Violet #EC96FF
RGB
CMYK
RGB Variations
Color information
#EC96FF (or 0xEC96FF) is known color: Violet. HEX triplet: EC, 96 and FF. RGB value is (236,150,255). Sum of RGB (Red+Green+Blue) = 236+150+255=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 150 (58.98% from 255 or 23.40% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96FF is #136900. Grayscale: #BBBBBB. Windows color (decimal): -1272065 or 16750316. OLE color: 16750316.
HSL color Cylindrical-coordinate representation of color #EC96FF: hue angle of 289.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC96FF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 150 | 255 | - |
| CMYK | 0.07 | 0.41 | 0 | 0 |
| HSL | 289.14º | 1% | 0.79% | - |
| HSV(B) | 289.14º | 0.41% | 1% | - |
| XYZ | 63.55 | 46.87 | 100.3 | - |
| YUV | 187.68 | 165.99 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 255 | 0.07 | 0.41 | 0 | 0 | 289.14 | 1 | 0.79 |
| Hex | EC | 96 | FF | 7 | 29 | 0 | 0 | 121 | 64 | 4F |
| Octal | 354 | 226 | 377 | 7 | 51 | 0 | 0 | 441 | 144 | 117 |
| Binary | 11101100 | 10010110 | 11111111 | 111 | 101001 | 0 | 0 | 100100001 | 1100100 | 1001111 |
Color Harmonies of #EC96FF
Complementary color
Monochromatic Colors of #EC96FF
Black with #EC96FF
Text Example
Text Example
White with #EC96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96FF; }
p { color: rgb(236,150,255); }
H1.HeaderClassName
{
color: #EC96FF;
}
.AnyTagClassName
{
color: #EC96FF;
}
</style>
background-color css
<style>
a { background-color: #EC96FF; }
a { background-color: rgb(236,150,255); }
div.DivClassName
{
background-color: #EC96FF;
}
.BgClassName
{
background-color: #EC96FF;
}
</style>
border-color css
<style>
span { border-color: #EC96FF; }
span { border-color: rgb(236,150,255); }
td.TdClassName
{
border-color: #EC96FF;
}
.TagClassName
{
border-color: #EC96FF;
}
</style>