Shades of Violet #E28FF7
Tints of Violet #E28FF7
RGB
CMYK
RGB Variations
Color information
#E28FF7 (or 0xE28FF7) is known color: Violet. HEX triplet: E2, 8F and F7. RGB value is (226,143,247). Sum of RGB (Red+Green+Blue) = 226+143+247=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #E28FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28FF7 is #1D7008. Grayscale: #B3B3B3. Windows color (decimal): -1929225 or 16224226. OLE color: 16224226.
HSL color Cylindrical-coordinate representation of color #E28FF7: hue angle of 287.88º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28FF7 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 143 | 247 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.03 |
| HSL | 287.88º | 0.87% | 0.76% | - |
| HSV(B) | 287.88º | 0.42% | 0.97% | - |
| XYZ | 57.97 | 42.53 | 93.15 | - |
| YUV | 179.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 247 | 0.09 | 0.42 | 0 | 0.03 | 287.88 | 0.87 | 0.76 |
| Hex | E2 | 8F | F7 | 9 | 2A | 0 | 3 | 120 | 57 | 4C |
| Octal | 342 | 217 | 367 | 11 | 52 | 0 | 3 | 440 | 127 | 114 |
| Binary | 11100010 | 10001111 | 11110111 | 1001 | 101010 | 0 | 11 | 100100000 | 1010111 | 1001100 |
Color Harmonies of #E28FF7
Complementary color
Monochromatic Colors of #E28FF7
Black with #E28FF7
Text Example
Text Example
White with #E28FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FF7; }
p { color: rgb(226,143,247); }
H1.HeaderClassName
{
color: #E28FF7;
}
.AnyTagClassName
{
color: #E28FF7;
}
</style>
background-color css
<style>
a { background-color: #E28FF7; }
a { background-color: rgb(226,143,247); }
div.DivClassName
{
background-color: #E28FF7;
}
.BgClassName
{
background-color: #E28FF7;
}
</style>
border-color css
<style>
span { border-color: #E28FF7; }
span { border-color: rgb(226,143,247); }
td.TdClassName
{
border-color: #E28FF7;
}
.TagClassName
{
border-color: #E28FF7;
}
</style>