Shades of Violet #EC96F7
Tints of Violet #EC96F7
RGB
CMYK
RGB Variations
Color information
#EC96F7 (or 0xEC96F7) is known color: Violet. HEX triplet: EC, 96 and F7. RGB value is (236,150,247). Sum of RGB (Red+Green+Blue) = 236+150+247=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC96F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96F7 is #136908. Grayscale: #BABABA. Windows color (decimal): -1272073 or 16226028. OLE color: 16226028.
HSL color Cylindrical-coordinate representation of color #EC96F7: hue angle of 293.2º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC96F7 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 150 | 247 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.03 |
| HSL | 293.2º | 0.86% | 0.78% | - |
| HSV(B) | 293.2º | 0.39% | 0.97% | - |
| XYZ | 62.29 | 46.36 | 93.66 | - |
| YUV | 186.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 247 | 0.04 | 0.39 | 0 | 0.03 | 293.2 | 0.86 | 0.78 |
| Hex | EC | 96 | F7 | 4 | 27 | 0 | 3 | 125 | 56 | 4E |
| Octal | 354 | 226 | 367 | 4 | 47 | 0 | 3 | 445 | 126 | 116 |
| Binary | 11101100 | 10010110 | 11110111 | 100 | 100111 | 0 | 11 | 100100101 | 1010110 | 1001110 |
Color Harmonies of #EC96F7
Complementary color
Monochromatic Colors of #EC96F7
Black with #EC96F7
Text Example
Text Example
White with #EC96F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96F7; }
p { color: rgb(236,150,247); }
H1.HeaderClassName
{
color: #EC96F7;
}
.AnyTagClassName
{
color: #EC96F7;
}
</style>
background-color css
<style>
a { background-color: #EC96F7; }
a { background-color: rgb(236,150,247); }
div.DivClassName
{
background-color: #EC96F7;
}
.BgClassName
{
background-color: #EC96F7;
}
</style>
border-color css
<style>
span { border-color: #EC96F7; }
span { border-color: rgb(236,150,247); }
td.TdClassName
{
border-color: #EC96F7;
}
.TagClassName
{
border-color: #EC96F7;
}
</style>