Shades of Violet #E28EF9
Tints of Violet #E28EF9
RGB
CMYK
RGB Variations
Color information
#E28EF9 (or 0xE28EF9) is known color: Violet. HEX triplet: E2, 8E and F9. RGB value is (226,142,249). Sum of RGB (Red+Green+Blue) = 226+142+249=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #E28EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28EF9 is #1D7106. Grayscale: #B2B2B2. Windows color (decimal): -1929479 or 16355042. OLE color: 16355042.
HSL color Cylindrical-coordinate representation of color #E28EF9: hue angle of 287.1º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28EF9 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 142 | 249 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.02 |
| HSL | 287.1º | 0.9% | 0.77% | - |
| HSV(B) | 287.1º | 0.43% | 0.98% | - |
| XYZ | 58.14 | 42.35 | 94.73 | - |
| YUV | 179.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 249 | 0.09 | 0.43 | 0 | 0.02 | 287.1 | 0.9 | 0.77 |
| Hex | E2 | 8E | F9 | 9 | 2B | 0 | 2 | 11F | 5A | 4D |
| Octal | 342 | 216 | 371 | 11 | 53 | 0 | 2 | 437 | 132 | 115 |
| Binary | 11100010 | 10001110 | 11111001 | 1001 | 101011 | 0 | 10 | 100011111 | 1011010 | 1001101 |
Color Harmonies of #E28EF9
Complementary color
Monochromatic Colors of #E28EF9
Black with #E28EF9
Text Example
Text Example
White with #E28EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28EF9; }
p { color: rgb(226,142,249); }
H1.HeaderClassName
{
color: #E28EF9;
}
.AnyTagClassName
{
color: #E28EF9;
}
</style>
background-color css
<style>
a { background-color: #E28EF9; }
a { background-color: rgb(226,142,249); }
div.DivClassName
{
background-color: #E28EF9;
}
.BgClassName
{
background-color: #E28EF9;
}
</style>
border-color css
<style>
span { border-color: #E28EF9; }
span { border-color: rgb(226,142,249); }
td.TdClassName
{
border-color: #E28EF9;
}
.TagClassName
{
border-color: #E28EF9;
}
</style>