Shades of Violet #E28EF4
Tints of Violet #E28EF4
RGB
CMYK
RGB Variations
Color information
#E28EF4 (or 0xE28EF4) is known color: Violet. HEX triplet: E2, 8E and F4. RGB value is (226,142,244). Sum of RGB (Red+Green+Blue) = 226+142+244=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 142 (55.86% from 255 or 23.20% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #E28EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28EF4 is #1D710B. Grayscale: #B2B2B2. Windows color (decimal): -1929484 or 16027362. OLE color: 16027362.
HSL color Cylindrical-coordinate representation of color #E28EF4: hue angle of 289.41º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28EF4 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 142 | 244 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.04 |
| HSL | 289.41º | 0.82% | 0.76% | - |
| HSV(B) | 289.41º | 0.42% | 0.96% | - |
| XYZ | 57.37 | 42.05 | 90.68 | - |
| YUV | 178.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 244 | 0.07 | 0.42 | 0 | 0.04 | 289.41 | 0.82 | 0.76 |
| Hex | E2 | 8E | F4 | 7 | 2A | 0 | 4 | 121 | 52 | 4C |
| Octal | 342 | 216 | 364 | 7 | 52 | 0 | 4 | 441 | 122 | 114 |
| Binary | 11100010 | 10001110 | 11110100 | 111 | 101010 | 0 | 100 | 100100001 | 1010010 | 1001100 |
Color Harmonies of #E28EF4
Complementary color
Monochromatic Colors of #E28EF4
Black with #E28EF4
Text Example
Text Example
White with #E28EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28EF4; }
p { color: rgb(226,142,244); }
H1.HeaderClassName
{
color: #E28EF4;
}
.AnyTagClassName
{
color: #E28EF4;
}
</style>
background-color css
<style>
a { background-color: #E28EF4; }
a { background-color: rgb(226,142,244); }
div.DivClassName
{
background-color: #E28EF4;
}
.BgClassName
{
background-color: #E28EF4;
}
</style>
border-color css
<style>
span { border-color: #E28EF4; }
span { border-color: rgb(226,142,244); }
td.TdClassName
{
border-color: #E28EF4;
}
.TagClassName
{
border-color: #E28EF4;
}
</style>