Shades of Violet #E993EC
Tints of Violet #E993EC
RGB
CMYK
RGB Variations
Color information
#E993EC (or 0xE993EC) is known color: Violet. HEX triplet: E9, 93 and EC. RGB value is (233,147,236). Sum of RGB (Red+Green+Blue) = 233+147+236=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #E993EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E993EC is #166C13. Grayscale: #B6B6B6. Windows color (decimal): -1469460 or 15504361. OLE color: 15504361.
HSL color Cylindrical-coordinate representation of color #E993EC: hue angle of 297.98º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E993EC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 147 | 236 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.07 |
| HSL | 297.98º | 0.7% | 0.75% | - |
| HSV(B) | 297.98º | 0.38% | 0.93% | - |
| XYZ | 59.18 | 44.25 | 84.78 | - |
| YUV | 182.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 236 | 0.01 | 0.38 | 0 | 0.07 | 297.98 | 0.7 | 0.75 |
| Hex | E9 | 93 | EC | 1 | 26 | 0 | 7 | 12A | 46 | 4B |
| Octal | 351 | 223 | 354 | 1 | 46 | 0 | 7 | 452 | 106 | 113 |
| Binary | 11101001 | 10010011 | 11101100 | 1 | 100110 | 0 | 111 | 100101010 | 1000110 | 1001011 |
Color Harmonies of #E993EC
Complementary color
Monochromatic Colors of #E993EC
Black with #E993EC
Text Example
Text Example
White with #E993EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E993EC; }
p { color: rgb(233,147,236); }
H1.HeaderClassName
{
color: #E993EC;
}
.AnyTagClassName
{
color: #E993EC;
}
</style>
background-color css
<style>
a { background-color: #E993EC; }
a { background-color: rgb(233,147,236); }
div.DivClassName
{
background-color: #E993EC;
}
.BgClassName
{
background-color: #E993EC;
}
</style>
border-color css
<style>
span { border-color: #E993EC; }
span { border-color: rgb(233,147,236); }
td.TdClassName
{
border-color: #E993EC;
}
.TagClassName
{
border-color: #E993EC;
}
</style>