Shades of Violet #EC96FE
Tints of Violet #EC96FE
RGB
CMYK
RGB Variations
Color information
#EC96FE (or 0xEC96FE) is known color: Violet. HEX triplet: EC, 96 and FE. RGB value is (236,150,254). Sum of RGB (Red+Green+Blue) = 236+150+254=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 150 (58.98% from 255 or 23.44% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96FE is #136901. Grayscale: #BBBBBB. Windows color (decimal): -1272066 or 16684780. OLE color: 16684780.
HSL color Cylindrical-coordinate representation of color #EC96FE: hue angle of 289.62º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC96FE is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 150 | 254 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.00 |
| HSL | 289.62º | 0.98% | 0.79% | - |
| HSV(B) | 289.62º | 0.41% | 1% | - |
| XYZ | 63.39 | 46.8 | 99.46 | - |
| YUV | 187.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 254 | 0.07 | 0.41 | 0 | 0.00 | 289.62 | 0.98 | 0.79 |
| Hex | EC | 96 | FE | 7 | 29 | 0 | 0 | 122 | 62 | 4F |
| Octal | 354 | 226 | 376 | 7 | 51 | 0 | 0 | 442 | 142 | 117 |
| Binary | 11101100 | 10010110 | 11111110 | 111 | 101001 | 0 | 0 | 100100010 | 1100010 | 1001111 |
Color Harmonies of #EC96FE
Complementary color
Monochromatic Colors of #EC96FE
Black with #EC96FE
Text Example
Text Example
White with #EC96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96FE; }
p { color: rgb(236,150,254); }
H1.HeaderClassName
{
color: #EC96FE;
}
.AnyTagClassName
{
color: #EC96FE;
}
</style>
background-color css
<style>
a { background-color: #EC96FE; }
a { background-color: rgb(236,150,254); }
div.DivClassName
{
background-color: #EC96FE;
}
.BgClassName
{
background-color: #EC96FE;
}
</style>
border-color css
<style>
span { border-color: #EC96FE; }
span { border-color: rgb(236,150,254); }
td.TdClassName
{
border-color: #EC96FE;
}
.TagClassName
{
border-color: #EC96FE;
}
</style>