Shades of Violet #E994EF
Tints of Violet #E994EF
RGB
CMYK
RGB Variations
Color information
#E994EF (or 0xE994EF) is known color: Violet. HEX triplet: E9, 94 and EF. RGB value is (233,148,239). Sum of RGB (Red+Green+Blue) = 233+148+239=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #E994EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994EF is #166B10. Grayscale: #B7B7B7. Windows color (decimal): -1469201 or 15701225. OLE color: 15701225.
HSL color Cylindrical-coordinate representation of color #E994EF: hue angle of 296.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 #E994EF is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 148 | 239 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.06 |
| HSL | 296.04º | 0.74% | 0.76% | - |
| HSV(B) | 296.04º | 0.38% | 0.94% | - |
| XYZ | 59.77 | 44.74 | 87.15 | - |
| YUV | 183.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 239 | 0.03 | 0.38 | 0 | 0.06 | 296.04 | 0.74 | 0.76 |
| Hex | E9 | 94 | EF | 3 | 26 | 0 | 6 | 128 | 4A | 4C |
| Octal | 351 | 224 | 357 | 3 | 46 | 0 | 6 | 450 | 112 | 114 |
| Binary | 11101001 | 10010100 | 11101111 | 11 | 100110 | 0 | 110 | 100101000 | 1001010 | 1001100 |
Color Harmonies of #E994EF
Complementary color
Monochromatic Colors of #E994EF
Black with #E994EF
Text Example
Text Example
White with #E994EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994EF; }
p { color: rgb(233,148,239); }
H1.HeaderClassName
{
color: #E994EF;
}
.AnyTagClassName
{
color: #E994EF;
}
</style>
background-color css
<style>
a { background-color: #E994EF; }
a { background-color: rgb(233,148,239); }
div.DivClassName
{
background-color: #E994EF;
}
.BgClassName
{
background-color: #E994EF;
}
</style>
border-color css
<style>
span { border-color: #E994EF; }
span { border-color: rgb(233,148,239); }
td.TdClassName
{
border-color: #E994EF;
}
.TagClassName
{
border-color: #E994EF;
}
</style>