Shades of Violet #EC96F5
Tints of Violet #EC96F5
RGB
CMYK
RGB Variations
Color information
#EC96F5 (or 0xEC96F5) is known color: Violet. HEX triplet: EC, 96 and F5. RGB value is (236,150,245). Sum of RGB (Red+Green+Blue) = 236+150+245=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC96F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96F5 is #13690A. Grayscale: #BABABA. Windows color (decimal): -1272075 or 16094956. OLE color: 16094956.
HSL color Cylindrical-coordinate representation of color #EC96F5: hue angle of 294.32º degrees, saturation: 0.83, 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 #EC96F5 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 150 | 245 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.04 |
| HSL | 294.32º | 0.83% | 0.77% | - |
| HSV(B) | 294.32º | 0.39% | 0.96% | - |
| XYZ | 61.98 | 46.24 | 92.04 | - |
| YUV | 186.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 245 | 0.04 | 0.39 | 0 | 0.04 | 294.32 | 0.83 | 0.77 |
| Hex | EC | 96 | F5 | 4 | 27 | 0 | 4 | 126 | 53 | 4D |
| Octal | 354 | 226 | 365 | 4 | 47 | 0 | 4 | 446 | 123 | 115 |
| Binary | 11101100 | 10010110 | 11110101 | 100 | 100111 | 0 | 100 | 100100110 | 1010011 | 1001101 |
Color Harmonies of #EC96F5
Complementary color
Monochromatic Colors of #EC96F5
Black with #EC96F5
Text Example
Text Example
White with #EC96F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96F5; }
p { color: rgb(236,150,245); }
H1.HeaderClassName
{
color: #EC96F5;
}
.AnyTagClassName
{
color: #EC96F5;
}
</style>
background-color css
<style>
a { background-color: #EC96F5; }
a { background-color: rgb(236,150,245); }
div.DivClassName
{
background-color: #EC96F5;
}
.BgClassName
{
background-color: #EC96F5;
}
</style>
border-color css
<style>
span { border-color: #EC96F5; }
span { border-color: rgb(236,150,245); }
td.TdClassName
{
border-color: #EC96F5;
}
.TagClassName
{
border-color: #EC96F5;
}
</style>