Shades of Violet #EC96F9
Tints of Violet #EC96F9
RGB
CMYK
RGB Variations
Color information
#EC96F9 (or 0xEC96F9) is known color: Violet. HEX triplet: EC, 96 and F9. RGB value is (236,150,249). Sum of RGB (Red+Green+Blue) = 236+150+249=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 150 (58.98% from 255 or 23.62% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC96F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96F9 is #136906. Grayscale: #BABABA. Windows color (decimal): -1272071 or 16357100. OLE color: 16357100.
HSL color Cylindrical-coordinate representation of color #EC96F9: hue angle of 292.12º degrees, saturation: 0.89, 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 #EC96F9 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 150 | 249 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.02 |
| HSL | 292.12º | 0.89% | 0.78% | - |
| HSV(B) | 292.12º | 0.4% | 0.98% | - |
| XYZ | 62.6 | 46.49 | 95.3 | - |
| YUV | 187 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 249 | 0.05 | 0.40 | 0 | 0.02 | 292.12 | 0.89 | 0.78 |
| Hex | EC | 96 | F9 | 5 | 28 | 0 | 2 | 124 | 59 | 4E |
| Octal | 354 | 226 | 371 | 5 | 50 | 0 | 2 | 444 | 131 | 116 |
| Binary | 11101100 | 10010110 | 11111001 | 101 | 101000 | 0 | 10 | 100100100 | 1011001 | 1001110 |
Color Harmonies of #EC96F9
Complementary color
Monochromatic Colors of #EC96F9
Black with #EC96F9
Text Example
Text Example
White with #EC96F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96F9; }
p { color: rgb(236,150,249); }
H1.HeaderClassName
{
color: #EC96F9;
}
.AnyTagClassName
{
color: #EC96F9;
}
</style>
background-color css
<style>
a { background-color: #EC96F9; }
a { background-color: rgb(236,150,249); }
div.DivClassName
{
background-color: #EC96F9;
}
.BgClassName
{
background-color: #EC96F9;
}
</style>
border-color css
<style>
span { border-color: #EC96F9; }
span { border-color: rgb(236,150,249); }
td.TdClassName
{
border-color: #EC96F9;
}
.TagClassName
{
border-color: #EC96F9;
}
</style>