Shades of Violet #E994EE
Tints of Violet #E994EE
RGB
CMYK
RGB Variations
Color information
#E994EE (or 0xE994EE) is known color: Violet. HEX triplet: E9, 94 and EE. RGB value is (233,148,238). Sum of RGB (Red+Green+Blue) = 233+148+238=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #E994EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994EE is #166B11. Grayscale: #B7B7B7. Windows color (decimal): -1469202 or 15635689. OLE color: 15635689.
HSL color Cylindrical-coordinate representation of color #E994EE: hue angle of 296.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E994EE is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 148 | 238 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.07 |
| HSL | 296.67º | 0.73% | 0.76% | - |
| HSV(B) | 296.67º | 0.38% | 0.93% | - |
| XYZ | 59.63 | 44.68 | 86.37 | - |
| YUV | 183.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 238 | 0.02 | 0.38 | 0 | 0.07 | 296.67 | 0.73 | 0.76 |
| Hex | E9 | 94 | EE | 2 | 26 | 0 | 7 | 129 | 49 | 4C |
| Octal | 351 | 224 | 356 | 2 | 46 | 0 | 7 | 451 | 111 | 114 |
| Binary | 11101001 | 10010100 | 11101110 | 10 | 100110 | 0 | 111 | 100101001 | 1001001 | 1001100 |
Color Harmonies of #E994EE
Complementary color
Monochromatic Colors of #E994EE
Black with #E994EE
Text Example
Text Example
White with #E994EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994EE; }
p { color: rgb(233,148,238); }
H1.HeaderClassName
{
color: #E994EE;
}
.AnyTagClassName
{
color: #E994EE;
}
</style>
background-color css
<style>
a { background-color: #E994EE; }
a { background-color: rgb(233,148,238); }
div.DivClassName
{
background-color: #E994EE;
}
.BgClassName
{
background-color: #E994EE;
}
</style>
border-color css
<style>
span { border-color: #E994EE; }
span { border-color: rgb(233,148,238); }
td.TdClassName
{
border-color: #E994EE;
}
.TagClassName
{
border-color: #E994EE;
}
</style>