Shades of Violet #E993FE
Tints of Violet #E993FE
RGB
CMYK
RGB Variations
Color information
#E993FE (or 0xE993FE) is known color: Violet. HEX triplet: E9, 93 and FE. RGB value is (233,147,254). Sum of RGB (Red+Green+Blue) = 233+147+254=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 147 (57.81% from 255 or 23.19% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #E993FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E993FE is #166C01. Grayscale: #B8B8B8. Windows color (decimal): -1469442 or 16684009. OLE color: 16684009.
HSL color Cylindrical-coordinate representation of color #E993FE: hue angle of 288.22º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E993FE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 147 | 254 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.00 |
| HSL | 288.22º | 0.98% | 0.79% | - |
| HSV(B) | 288.22º | 0.42% | 1% | - |
| XYZ | 61.93 | 45.35 | 99.25 | - |
| YUV | 184.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 254 | 0.08 | 0.42 | 0 | 0.00 | 288.22 | 0.98 | 0.79 |
| Hex | E9 | 93 | FE | 8 | 2A | 0 | 0 | 120 | 62 | 4F |
| Octal | 351 | 223 | 376 | 10 | 52 | 0 | 0 | 440 | 142 | 117 |
| Binary | 11101001 | 10010011 | 11111110 | 1000 | 101010 | 0 | 0 | 100100000 | 1100010 | 1001111 |
Color Harmonies of #E993FE
Complementary color
Monochromatic Colors of #E993FE
Black with #E993FE
Text Example
Text Example
White with #E993FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E993FE; }
p { color: rgb(233,147,254); }
H1.HeaderClassName
{
color: #E993FE;
}
.AnyTagClassName
{
color: #E993FE;
}
</style>
background-color css
<style>
a { background-color: #E993FE; }
a { background-color: rgb(233,147,254); }
div.DivClassName
{
background-color: #E993FE;
}
.BgClassName
{
background-color: #E993FE;
}
</style>
border-color css
<style>
span { border-color: #E993FE; }
span { border-color: rgb(233,147,254); }
td.TdClassName
{
border-color: #E993FE;
}
.TagClassName
{
border-color: #E993FE;
}
</style>