Shades of Violet #E993F5
Tints of Violet #E993F5
RGB
CMYK
RGB Variations
Color information
#E993F5 (or 0xE993F5) is known color: Violet. HEX triplet: E9, 93 and F5. RGB value is (233,147,245). Sum of RGB (Red+Green+Blue) = 233+147+245=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 245 - color contains mainly: blue. Hex color #E993F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E993F5 is #166C0A. Grayscale: #B7B7B7. Windows color (decimal): -1469451 or 16094185. OLE color: 16094185.
HSL color Cylindrical-coordinate representation of color #E993F5: hue angle of 292.65º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E993F5 is Cyan = 0.05, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 147 | 245 | - |
| CMYK | 0.05 | 0.4 | 0 | 0.04 |
| HSL | 292.65º | 0.83% | 0.77% | - |
| HSV(B) | 292.65º | 0.4% | 0.96% | - |
| XYZ | 60.52 | 44.78 | 91.84 | - |
| YUV | 183.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 245 | 0.05 | 0.4 | 0 | 0.04 | 292.65 | 0.83 | 0.77 |
| Hex | E9 | 93 | F5 | 5 | 28 | 0 | 4 | 125 | 53 | 4D |
| Octal | 351 | 223 | 365 | 5 | 50 | 0 | 4 | 445 | 123 | 115 |
| Binary | 11101001 | 10010011 | 11110101 | 101 | 101000 | 0 | 100 | 100100101 | 1010011 | 1001101 |
Color Harmonies of #E993F5
Complementary color
Monochromatic Colors of #E993F5
Black with #E993F5
Text Example
Text Example
White with #E993F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E993F5; }
p { color: rgb(233,147,245); }
H1.HeaderClassName
{
color: #E993F5;
}
.AnyTagClassName
{
color: #E993F5;
}
</style>
background-color css
<style>
a { background-color: #E993F5; }
a { background-color: rgb(233,147,245); }
div.DivClassName
{
background-color: #E993F5;
}
.BgClassName
{
background-color: #E993F5;
}
</style>
border-color css
<style>
span { border-color: #E993F5; }
span { border-color: rgb(233,147,245); }
td.TdClassName
{
border-color: #E993F5;
}
.TagClassName
{
border-color: #E993F5;
}
</style>