Shades of Violet #E493F9
Tints of Violet #E493F9
RGB
CMYK
RGB Variations
Color information
#E493F9 (or 0xE493F9) is known color: Violet. HEX triplet: E4, 93 and F9. RGB value is (228,147,249). Sum of RGB (Red+Green+Blue) = 228+147+249=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #E493F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E493F9 is #1B6C06. Grayscale: #B6B6B6. Windows color (decimal): -1797127 or 16356324. OLE color: 16356324.
HSL color Cylindrical-coordinate representation of color #E493F9: hue angle of 287.65º degrees, saturation: 0.89, 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 #E493F9 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 147 | 249 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.02 |
| HSL | 287.65º | 0.89% | 0.78% | - |
| HSV(B) | 287.65º | 0.41% | 0.98% | - |
| XYZ | 59.53 | 44.2 | 95.02 | - |
| YUV | 182.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 249 | 0.08 | 0.41 | 0 | 0.02 | 287.65 | 0.89 | 0.78 |
| Hex | E4 | 93 | F9 | 8 | 29 | 0 | 2 | 120 | 59 | 4E |
| Octal | 344 | 223 | 371 | 10 | 51 | 0 | 2 | 440 | 131 | 116 |
| Binary | 11100100 | 10010011 | 11111001 | 1000 | 101001 | 0 | 10 | 100100000 | 1011001 | 1001110 |
Color Harmonies of #E493F9
Complementary color
Monochromatic Colors of #E493F9
Black with #E493F9
Text Example
Text Example
White with #E493F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E493F9; }
p { color: rgb(228,147,249); }
H1.HeaderClassName
{
color: #E493F9;
}
.AnyTagClassName
{
color: #E493F9;
}
</style>
background-color css
<style>
a { background-color: #E493F9; }
a { background-color: rgb(228,147,249); }
div.DivClassName
{
background-color: #E493F9;
}
.BgClassName
{
background-color: #E493F9;
}
</style>
border-color css
<style>
span { border-color: #E493F9; }
span { border-color: rgb(228,147,249); }
td.TdClassName
{
border-color: #E493F9;
}
.TagClassName
{
border-color: #E493F9;
}
</style>