Shades of Violet #EC94FF
Tints of Violet #EC94FF
RGB
CMYK
RGB Variations
Color information
#EC94FF (or 0xEC94FF) is known color: Violet. HEX triplet: EC, 94 and FF. RGB value is (236,148,255). Sum of RGB (Red+Green+Blue) = 236+148+255=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 148 (58.20% from 255 or 23.16% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC94FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94FF is #136B00. Grayscale: #BABABA. Windows color (decimal): -1272577 or 16749804. OLE color: 16749804.
HSL color Cylindrical-coordinate representation of color #EC94FF: hue angle of 289.35º 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 #EC94FF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 148 | 255 | - |
| CMYK | 0.07 | 0.42 | 0 | 0 |
| HSL | 289.35º | 1% | 0.79% | - |
| HSV(B) | 289.35º | 0.42% | 1% | - |
| XYZ | 63.23 | 46.23 | 100.2 | - |
| YUV | 186.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 255 | 0.07 | 0.42 | 0 | 0 | 289.35 | 1 | 0.79 |
| Hex | EC | 94 | FF | 7 | 2A | 0 | 0 | 121 | 64 | 4F |
| Octal | 354 | 224 | 377 | 7 | 52 | 0 | 0 | 441 | 144 | 117 |
| Binary | 11101100 | 10010100 | 11111111 | 111 | 101010 | 0 | 0 | 100100001 | 1100100 | 1001111 |
Color Harmonies of #EC94FF
Complementary color
Monochromatic Colors of #EC94FF
Black with #EC94FF
Text Example
Text Example
White with #EC94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94FF; }
p { color: rgb(236,148,255); }
H1.HeaderClassName
{
color: #EC94FF;
}
.AnyTagClassName
{
color: #EC94FF;
}
</style>
background-color css
<style>
a { background-color: #EC94FF; }
a { background-color: rgb(236,148,255); }
div.DivClassName
{
background-color: #EC94FF;
}
.BgClassName
{
background-color: #EC94FF;
}
</style>
border-color css
<style>
span { border-color: #EC94FF; }
span { border-color: rgb(236,148,255); }
td.TdClassName
{
border-color: #EC94FF;
}
.TagClassName
{
border-color: #EC94FF;
}
</style>