Shades of Violet #E993FA
Tints of Violet #E993FA
RGB
CMYK
RGB Variations
Color information
#E993FA (or 0xE993FA) is known color: Violet. HEX triplet: E9, 93 and FA. RGB value is (233,147,250). Sum of RGB (Red+Green+Blue) = 233+147+250=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #E993FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E993FA is #166C05. Grayscale: #B8B8B8. Windows color (decimal): -1469446 or 16421865. OLE color: 16421865.
HSL color Cylindrical-coordinate representation of color #E993FA: hue angle of 290.1º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E993FA is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 147 | 250 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.02 |
| HSL | 290.1º | 0.91% | 0.78% | - |
| HSV(B) | 290.1º | 0.41% | 0.98% | - |
| XYZ | 61.29 | 45.09 | 95.92 | - |
| YUV | 184.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 250 | 0.07 | 0.41 | 0 | 0.02 | 290.1 | 0.91 | 0.78 |
| Hex | E9 | 93 | FA | 7 | 29 | 0 | 2 | 122 | 5B | 4E |
| Octal | 351 | 223 | 372 | 7 | 51 | 0 | 2 | 442 | 133 | 116 |
| Binary | 11101001 | 10010011 | 11111010 | 111 | 101001 | 0 | 10 | 100100010 | 1011011 | 1001110 |
Color Harmonies of #E993FA
Complementary color
Monochromatic Colors of #E993FA
Black with #E993FA
Text Example
Text Example
White with #E993FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E993FA; }
p { color: rgb(233,147,250); }
H1.HeaderClassName
{
color: #E993FA;
}
.AnyTagClassName
{
color: #E993FA;
}
</style>
background-color css
<style>
a { background-color: #E993FA; }
a { background-color: rgb(233,147,250); }
div.DivClassName
{
background-color: #E993FA;
}
.BgClassName
{
background-color: #E993FA;
}
</style>
border-color css
<style>
span { border-color: #E993FA; }
span { border-color: rgb(233,147,250); }
td.TdClassName
{
border-color: #E993FA;
}
.TagClassName
{
border-color: #E993FA;
}
</style>