Shades of Violet #E993E7
Tints of Violet #E993E7
RGB
CMYK
RGB Variations
Color information
#E993E7 (or 0xE993E7) is known color: Violet. HEX triplet: E9, 93 and E7. RGB value is (233,147,231). Sum of RGB (Red+Green+Blue) = 233+147+231=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E993E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E993E7 is #166C18. Grayscale: #B6B6B6. Windows color (decimal): -1469465 or 15176681. OLE color: 15176681.
HSL color Cylindrical-coordinate representation of color #E993E7: hue angle of 301.4º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E993E7 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 231 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.09 |
| HSL | 301.4º | 0.66% | 0.75% | - |
| HSV(B) | 301.4º | 0.37% | 0.91% | - |
| XYZ | 58.46 | 43.96 | 81.01 | - |
| YUV | 182.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 231 | 0 | 0.37 | 0.01 | 0.09 | 301.4 | 0.66 | 0.75 |
| Hex | E9 | 93 | E7 | 0 | 25 | 1 | 9 | 12D | 42 | 4B |
| Octal | 351 | 223 | 347 | 0 | 45 | 1 | 11 | 455 | 102 | 113 |
| Binary | 11101001 | 10010011 | 11100111 | 0 | 100101 | 1 | 1001 | 100101101 | 1000010 | 1001011 |
Color Harmonies of #E993E7
Complementary color
Monochromatic Colors of #E993E7
Black with #E993E7
Text Example
Text Example
White with #E993E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E993E7; }
p { color: rgb(233,147,231); }
H1.HeaderClassName
{
color: #E993E7;
}
.AnyTagClassName
{
color: #E993E7;
}
</style>
background-color css
<style>
a { background-color: #E993E7; }
a { background-color: rgb(233,147,231); }
div.DivClassName
{
background-color: #E993E7;
}
.BgClassName
{
background-color: #E993E7;
}
</style>
border-color css
<style>
span { border-color: #E993E7; }
span { border-color: rgb(233,147,231); }
td.TdClassName
{
border-color: #E993E7;
}
.TagClassName
{
border-color: #E993E7;
}
</style>