Shades of Violet #EC93EF
Tints of Violet #EC93EF
RGB
CMYK
RGB Variations
Color information
#EC93EF (or 0xEC93EF) is known color: Violet. HEX triplet: EC, 93 and EF. RGB value is (236,147,239). Sum of RGB (Red+Green+Blue) = 236+147+239=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 147 (57.81% from 255 or 23.63% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC93EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93EF is #136C10. Grayscale: #B7B7B7. Windows color (decimal): -1272849 or 15700972. OLE color: 15700972.
HSL color Cylindrical-coordinate representation of color #EC93EF: hue angle of 298.04º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC93EF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 147 | 239 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.06 |
| HSL | 298.04º | 0.74% | 0.76% | - |
| HSV(B) | 298.04º | 0.38% | 0.94% | - |
| XYZ | 60.61 | 44.93 | 87.14 | - |
| YUV | 184.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 239 | 0.01 | 0.38 | 0 | 0.06 | 298.04 | 0.74 | 0.76 |
| Hex | EC | 93 | EF | 1 | 26 | 0 | 6 | 12A | 4A | 4C |
| Octal | 354 | 223 | 357 | 1 | 46 | 0 | 6 | 452 | 112 | 114 |
| Binary | 11101100 | 10010011 | 11101111 | 1 | 100110 | 0 | 110 | 100101010 | 1001010 | 1001100 |
Color Harmonies of #EC93EF
Complementary color
Monochromatic Colors of #EC93EF
Black with #EC93EF
Text Example
Text Example
White with #EC93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93EF; }
p { color: rgb(236,147,239); }
H1.HeaderClassName
{
color: #EC93EF;
}
.AnyTagClassName
{
color: #EC93EF;
}
</style>
background-color css
<style>
a { background-color: #EC93EF; }
a { background-color: rgb(236,147,239); }
div.DivClassName
{
background-color: #EC93EF;
}
.BgClassName
{
background-color: #EC93EF;
}
</style>
border-color css
<style>
span { border-color: #EC93EF; }
span { border-color: rgb(236,147,239); }
td.TdClassName
{
border-color: #EC93EF;
}
.TagClassName
{
border-color: #EC93EF;
}
</style>