Shades of Violet #E994EC
Tints of Violet #E994EC
RGB
CMYK
RGB Variations
Color information
#E994EC (or 0xE994EC) is known color: Violet. HEX triplet: E9, 94 and EC. RGB value is (233,148,236). Sum of RGB (Red+Green+Blue) = 233+148+236=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #E994EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994EC is #166B13. Grayscale: #B7B7B7. Windows color (decimal): -1469204 or 15504617. OLE color: 15504617.
HSL color Cylindrical-coordinate representation of color #E994EC: hue angle of 297.95º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E994EC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 148 | 236 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.07 |
| HSL | 297.95º | 0.7% | 0.75% | - |
| HSV(B) | 297.95º | 0.37% | 0.93% | - |
| XYZ | 59.33 | 44.56 | 84.83 | - |
| YUV | 183.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 236 | 0.01 | 0.37 | 0 | 0.07 | 297.95 | 0.7 | 0.75 |
| Hex | E9 | 94 | EC | 1 | 25 | 0 | 7 | 12A | 46 | 4B |
| Octal | 351 | 224 | 354 | 1 | 45 | 0 | 7 | 452 | 106 | 113 |
| Binary | 11101001 | 10010100 | 11101100 | 1 | 100101 | 0 | 111 | 100101010 | 1000110 | 1001011 |
Color Harmonies of #E994EC
Complementary color
Monochromatic Colors of #E994EC
Black with #E994EC
Text Example
Text Example
White with #E994EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994EC; }
p { color: rgb(233,148,236); }
H1.HeaderClassName
{
color: #E994EC;
}
.AnyTagClassName
{
color: #E994EC;
}
</style>
background-color css
<style>
a { background-color: #E994EC; }
a { background-color: rgb(233,148,236); }
div.DivClassName
{
background-color: #E994EC;
}
.BgClassName
{
background-color: #E994EC;
}
</style>
border-color css
<style>
span { border-color: #E994EC; }
span { border-color: rgb(233,148,236); }
td.TdClassName
{
border-color: #E994EC;
}
.TagClassName
{
border-color: #E994EC;
}
</style>