Shades of Violet #EC96F8
Tints of Violet #EC96F8
RGB
CMYK
RGB Variations
Color information
#EC96F8 (or 0xEC96F8) is known color: Violet. HEX triplet: EC, 96 and F8. RGB value is (236,150,248). Sum of RGB (Red+Green+Blue) = 236+150+248=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 150 (58.98% from 255 or 23.66% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC96F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96F8 is #136907. Grayscale: #BABABA. Windows color (decimal): -1272072 or 16291564. OLE color: 16291564.
HSL color Cylindrical-coordinate representation of color #EC96F8: hue angle of 292.65º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC96F8 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 150 | 248 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.03 |
| HSL | 292.65º | 0.88% | 0.78% | - |
| HSV(B) | 292.65º | 0.4% | 0.97% | - |
| XYZ | 62.44 | 46.42 | 94.48 | - |
| YUV | 186.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 248 | 0.05 | 0.40 | 0 | 0.03 | 292.65 | 0.88 | 0.78 |
| Hex | EC | 96 | F8 | 5 | 28 | 0 | 3 | 125 | 58 | 4E |
| Octal | 354 | 226 | 370 | 5 | 50 | 0 | 3 | 445 | 130 | 116 |
| Binary | 11101100 | 10010110 | 11111000 | 101 | 101000 | 0 | 11 | 100100101 | 1011000 | 1001110 |
Color Harmonies of #EC96F8
Complementary color
Monochromatic Colors of #EC96F8
Black with #EC96F8
Text Example
Text Example
White with #EC96F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96F8; }
p { color: rgb(236,150,248); }
H1.HeaderClassName
{
color: #EC96F8;
}
.AnyTagClassName
{
color: #EC96F8;
}
</style>
background-color css
<style>
a { background-color: #EC96F8; }
a { background-color: rgb(236,150,248); }
div.DivClassName
{
background-color: #EC96F8;
}
.BgClassName
{
background-color: #EC96F8;
}
</style>
border-color css
<style>
span { border-color: #EC96F8; }
span { border-color: rgb(236,150,248); }
td.TdClassName
{
border-color: #EC96F8;
}
.TagClassName
{
border-color: #EC96F8;
}
</style>