Shades of Violet #EC95FE
Tints of Violet #EC95FE
RGB
CMYK
RGB Variations
Color information
#EC95FE (or 0xEC95FE) is known color: Violet. HEX triplet: EC, 95 and FE. RGB value is (236,149,254). Sum of RGB (Red+Green+Blue) = 236+149+254=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 149 (58.59% from 255 or 23.32% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC95FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95FE is #136A01. Grayscale: #BABABA. Windows color (decimal): -1272322 or 16684524. OLE color: 16684524.
HSL color Cylindrical-coordinate representation of color #EC95FE: hue angle of 289.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC95FE is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 149 | 254 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.00 |
| HSL | 289.71º | 0.98% | 0.79% | - |
| HSV(B) | 289.71º | 0.41% | 1% | - |
| XYZ | 63.23 | 46.48 | 99.41 | - |
| YUV | 186.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 254 | 0.07 | 0.41 | 0 | 0.00 | 289.71 | 0.98 | 0.79 |
| Hex | EC | 95 | FE | 7 | 29 | 0 | 0 | 122 | 62 | 4F |
| Octal | 354 | 225 | 376 | 7 | 51 | 0 | 0 | 442 | 142 | 117 |
| Binary | 11101100 | 10010101 | 11111110 | 111 | 101001 | 0 | 0 | 100100010 | 1100010 | 1001111 |
Color Harmonies of #EC95FE
Complementary color
Monochromatic Colors of #EC95FE
Black with #EC95FE
Text Example
Text Example
White with #EC95FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95FE; }
p { color: rgb(236,149,254); }
H1.HeaderClassName
{
color: #EC95FE;
}
.AnyTagClassName
{
color: #EC95FE;
}
</style>
background-color css
<style>
a { background-color: #EC95FE; }
a { background-color: rgb(236,149,254); }
div.DivClassName
{
background-color: #EC95FE;
}
.BgClassName
{
background-color: #EC95FE;
}
</style>
border-color css
<style>
span { border-color: #EC95FE; }
span { border-color: rgb(236,149,254); }
td.TdClassName
{
border-color: #EC95FE;
}
.TagClassName
{
border-color: #EC95FE;
}
</style>