Shades of Violet #EC96F3
Tints of Violet #EC96F3
RGB
CMYK
RGB Variations
Color information
#EC96F3 (or 0xEC96F3) is known color: Violet. HEX triplet: EC, 96 and F3. RGB value is (236,150,243). Sum of RGB (Red+Green+Blue) = 236+150+243=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC96F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96F3 is #13690C. Grayscale: #BABABA. Windows color (decimal): -1272077 or 15963884. OLE color: 15963884.
HSL color Cylindrical-coordinate representation of color #EC96F3: hue angle of 295.48º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC96F3 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 150 | 243 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.05 |
| HSL | 295.48º | 0.79% | 0.77% | - |
| HSV(B) | 295.48º | 0.38% | 0.95% | - |
| XYZ | 61.68 | 46.12 | 90.44 | - |
| YUV | 186.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 243 | 0.03 | 0.38 | 0 | 0.05 | 295.48 | 0.79 | 0.77 |
| Hex | EC | 96 | F3 | 3 | 26 | 0 | 5 | 127 | 4F | 4D |
| Octal | 354 | 226 | 363 | 3 | 46 | 0 | 5 | 447 | 117 | 115 |
| Binary | 11101100 | 10010110 | 11110011 | 11 | 100110 | 0 | 101 | 100100111 | 1001111 | 1001101 |
Color Harmonies of #EC96F3
Complementary color
Monochromatic Colors of #EC96F3
Black with #EC96F3
Text Example
Text Example
White with #EC96F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96F3; }
p { color: rgb(236,150,243); }
H1.HeaderClassName
{
color: #EC96F3;
}
.AnyTagClassName
{
color: #EC96F3;
}
</style>
background-color css
<style>
a { background-color: #EC96F3; }
a { background-color: rgb(236,150,243); }
div.DivClassName
{
background-color: #EC96F3;
}
.BgClassName
{
background-color: #EC96F3;
}
</style>
border-color css
<style>
span { border-color: #EC96F3; }
span { border-color: rgb(236,150,243); }
td.TdClassName
{
border-color: #EC96F3;
}
.TagClassName
{
border-color: #EC96F3;
}
</style>