Shades of Violet #EC95EC
Tints of Violet #EC95EC
RGB
CMYK
RGB Variations
Color information
#EC95EC (or 0xEC95EC) is known color: Violet. HEX triplet: EC, 95 and EC. RGB value is (236,149,236). Sum of RGB (Red+Green+Blue) = 236+149+236=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 149 (58.59% from 255 or 23.99% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95EC is #136A13. Grayscale: #B8B8B8. Windows color (decimal): -1272340 or 15504876. OLE color: 15504876.
HSL color Cylindrical-coordinate representation of color #EC95EC: hue angle of 300º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95EC is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 236 | - |
| CMYK | 0 | 0.37 | 0 | 0.07 |
| HSL | 300º | 0.7% | 0.75% | - |
| HSV(B) | 300º | 0.37% | 0.93% | - |
| XYZ | 60.48 | 45.38 | 84.93 | - |
| YUV | 184.93 | 156.82 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 236 | 0 | 0.37 | 0 | 0.07 | 300 | 0.7 | 0.75 |
| Hex | EC | 95 | EC | 0 | 25 | 0 | 7 | 12C | 46 | 4B |
| Octal | 354 | 225 | 354 | 0 | 45 | 0 | 7 | 454 | 106 | 113 |
| Binary | 11101100 | 10010101 | 11101100 | 0 | 100101 | 0 | 111 | 100101100 | 1000110 | 1001011 |
Color Harmonies of #EC95EC
Complementary color
Monochromatic Colors of #EC95EC
Black with #EC95EC
Text Example
Text Example
White with #EC95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95EC; }
p { color: rgb(236,149,236); }
H1.HeaderClassName
{
color: #EC95EC;
}
.AnyTagClassName
{
color: #EC95EC;
}
</style>
background-color css
<style>
a { background-color: #EC95EC; }
a { background-color: rgb(236,149,236); }
div.DivClassName
{
background-color: #EC95EC;
}
.BgClassName
{
background-color: #EC95EC;
}
</style>
border-color css
<style>
span { border-color: #EC95EC; }
span { border-color: rgb(236,149,236); }
td.TdClassName
{
border-color: #EC95EC;
}
.TagClassName
{
border-color: #EC95EC;
}
</style>