Shades of Violet #EC96F4
Tints of Violet #EC96F4
RGB
CMYK
RGB Variations
Color information
#EC96F4 (or 0xEC96F4) is known color: Violet. HEX triplet: EC, 96 and F4. RGB value is (236,150,244). Sum of RGB (Red+Green+Blue) = 236+150+244=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 244 (95.70% from 255 or 38.73% from 630); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC96F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96F4 is #13690B. Grayscale: #BABABA. Windows color (decimal): -1272076 or 16029420. OLE color: 16029420.
HSL color Cylindrical-coordinate representation of color #EC96F4: hue angle of 294.89º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC96F4 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 150 | 244 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.04 |
| HSL | 294.89º | 0.81% | 0.77% | - |
| HSV(B) | 294.89º | 0.39% | 0.96% | - |
| XYZ | 61.83 | 46.18 | 91.24 | - |
| YUV | 186.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 244 | 0.03 | 0.39 | 0 | 0.04 | 294.89 | 0.81 | 0.77 |
| Hex | EC | 96 | F4 | 3 | 27 | 0 | 4 | 127 | 51 | 4D |
| Octal | 354 | 226 | 364 | 3 | 47 | 0 | 4 | 447 | 121 | 115 |
| Binary | 11101100 | 10010110 | 11110100 | 11 | 100111 | 0 | 100 | 100100111 | 1010001 | 1001101 |
Color Harmonies of #EC96F4
Complementary color
Monochromatic Colors of #EC96F4
Black with #EC96F4
Text Example
Text Example
White with #EC96F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96F4; }
p { color: rgb(236,150,244); }
H1.HeaderClassName
{
color: #EC96F4;
}
.AnyTagClassName
{
color: #EC96F4;
}
</style>
background-color css
<style>
a { background-color: #EC96F4; }
a { background-color: rgb(236,150,244); }
div.DivClassName
{
background-color: #EC96F4;
}
.BgClassName
{
background-color: #EC96F4;
}
</style>
border-color css
<style>
span { border-color: #EC96F4; }
span { border-color: rgb(236,150,244); }
td.TdClassName
{
border-color: #EC96F4;
}
.TagClassName
{
border-color: #EC96F4;
}
</style>