Shades of Violet #EC93FF
Tints of Violet #EC93FF
RGB
CMYK
RGB Variations
Color information
#EC93FF (or 0xEC93FF) is known color: Violet. HEX triplet: EC, 93 and FF. RGB value is (236,147,255). Sum of RGB (Red+Green+Blue) = 236+147+255=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 147 (57.81% from 255 or 23.04% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC93FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93FF is #136C00. Grayscale: #B9B9B9. Windows color (decimal): -1272833 or 16749548. OLE color: 16749548.
HSL color Cylindrical-coordinate representation of color #EC93FF: hue angle of 289.44º 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 #EC93FF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 147 | 255 | - |
| CMYK | 0.07 | 0.42 | 0 | 0 |
| HSL | 289.44º | 1% | 0.79% | - |
| HSV(B) | 289.44º | 0.42% | 1% | - |
| XYZ | 63.08 | 45.92 | 100.15 | - |
| YUV | 185.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 255 | 0.07 | 0.42 | 0 | 0 | 289.44 | 1 | 0.79 |
| Hex | EC | 93 | FF | 7 | 2A | 0 | 0 | 121 | 64 | 4F |
| Octal | 354 | 223 | 377 | 7 | 52 | 0 | 0 | 441 | 144 | 117 |
| Binary | 11101100 | 10010011 | 11111111 | 111 | 101010 | 0 | 0 | 100100001 | 1100100 | 1001111 |
Color Harmonies of #EC93FF
Complementary color
Monochromatic Colors of #EC93FF
Black with #EC93FF
Text Example
Text Example
White with #EC93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93FF; }
p { color: rgb(236,147,255); }
H1.HeaderClassName
{
color: #EC93FF;
}
.AnyTagClassName
{
color: #EC93FF;
}
</style>
background-color css
<style>
a { background-color: #EC93FF; }
a { background-color: rgb(236,147,255); }
div.DivClassName
{
background-color: #EC93FF;
}
.BgClassName
{
background-color: #EC93FF;
}
</style>
border-color css
<style>
span { border-color: #EC93FF; }
span { border-color: rgb(236,147,255); }
td.TdClassName
{
border-color: #EC93FF;
}
.TagClassName
{
border-color: #EC93FF;
}
</style>