Shades of Violet #EC95FF
Tints of Violet #EC95FF
RGB
CMYK
RGB Variations
Color information
#EC95FF (or 0xEC95FF) is known color: Violet. HEX triplet: EC, 95 and FF. RGB value is (236,149,255). Sum of RGB (Red+Green+Blue) = 236+149+255=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 149 (58.59% from 255 or 23.28% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC95FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95FF is #136A00. Grayscale: #BABABA. Windows color (decimal): -1272321 or 16750060. OLE color: 16750060.
HSL color Cylindrical-coordinate representation of color #EC95FF: hue angle of 289.25º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC95FF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 149 | 255 | - |
| CMYK | 0.07 | 0.42 | 0 | 0 |
| HSL | 289.25º | 1% | 0.79% | - |
| HSV(B) | 289.25º | 0.42% | 1% | - |
| XYZ | 63.39 | 46.55 | 100.25 | - |
| YUV | 187.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 255 | 0.07 | 0.42 | 0 | 0 | 289.25 | 1 | 0.79 |
| Hex | EC | 95 | FF | 7 | 2A | 0 | 0 | 121 | 64 | 4F |
| Octal | 354 | 225 | 377 | 7 | 52 | 0 | 0 | 441 | 144 | 117 |
| Binary | 11101100 | 10010101 | 11111111 | 111 | 101010 | 0 | 0 | 100100001 | 1100100 | 1001111 |
Color Harmonies of #EC95FF
Complementary color
Monochromatic Colors of #EC95FF
Black with #EC95FF
Text Example
Text Example
White with #EC95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95FF; }
p { color: rgb(236,149,255); }
H1.HeaderClassName
{
color: #EC95FF;
}
.AnyTagClassName
{
color: #EC95FF;
}
</style>
background-color css
<style>
a { background-color: #EC95FF; }
a { background-color: rgb(236,149,255); }
div.DivClassName
{
background-color: #EC95FF;
}
.BgClassName
{
background-color: #EC95FF;
}
</style>
border-color css
<style>
span { border-color: #EC95FF; }
span { border-color: rgb(236,149,255); }
td.TdClassName
{
border-color: #EC95FF;
}
.TagClassName
{
border-color: #EC95FF;
}
</style>