Shades of Violet #E494F1
Tints of Violet #E494F1
RGB
CMYK
RGB Variations
Color information
#E494F1 (or 0xE494F1) is known color: Violet. HEX triplet: E4, 94 and F1. RGB value is (228,148,241). Sum of RGB (Red+Green+Blue) = 228+148+241=617 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.95% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #E494F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494F1 is #1B6B0E. Grayscale: #B6B6B6. Windows color (decimal): -1796879 or 15832292. OLE color: 15832292.
HSL color Cylindrical-coordinate representation of color #E494F1: hue angle of 291.61º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E494F1 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 148 | 241 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.05 |
| HSL | 291.61º | 0.77% | 0.76% | - |
| HSV(B) | 291.61º | 0.39% | 0.95% | - |
| XYZ | 58.46 | 44.02 | 88.64 | - |
| YUV | 182.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 241 | 0.05 | 0.39 | 0 | 0.05 | 291.61 | 0.77 | 0.76 |
| Hex | E4 | 94 | F1 | 5 | 27 | 0 | 5 | 124 | 4D | 4C |
| Octal | 344 | 224 | 361 | 5 | 47 | 0 | 5 | 444 | 115 | 114 |
| Binary | 11100100 | 10010100 | 11110001 | 101 | 100111 | 0 | 101 | 100100100 | 1001101 | 1001100 |
Color Harmonies of #E494F1
Complementary color
Monochromatic Colors of #E494F1
Black with #E494F1
Text Example
Text Example
White with #E494F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494F1; }
p { color: rgb(228,148,241); }
H1.HeaderClassName
{
color: #E494F1;
}
.AnyTagClassName
{
color: #E494F1;
}
</style>
background-color css
<style>
a { background-color: #E494F1; }
a { background-color: rgb(228,148,241); }
div.DivClassName
{
background-color: #E494F1;
}
.BgClassName
{
background-color: #E494F1;
}
</style>
border-color css
<style>
span { border-color: #E494F1; }
span { border-color: rgb(228,148,241); }
td.TdClassName
{
border-color: #E494F1;
}
.TagClassName
{
border-color: #E494F1;
}
</style>