Shades of Violet #E28BF7
Tints of Violet #E28BF7
RGB
CMYK
RGB Variations
Color information
#E28BF7 (or 0xE28BF7) is known color: Violet. HEX triplet: E2, 8B and F7. RGB value is (226,139,247). Sum of RGB (Red+Green+Blue) = 226+139+247=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #E28BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28BF7 is #1D7408. Grayscale: #B0B0B0. Windows color (decimal): -1930249 or 16223202. OLE color: 16223202.
HSL color Cylindrical-coordinate representation of color #E28BF7: hue angle of 288.33º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E28BF7 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 139 | 247 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.03 |
| HSL | 288.33º | 0.87% | 0.76% | - |
| HSV(B) | 288.33º | 0.44% | 0.97% | - |
| XYZ | 57.39 | 41.35 | 92.95 | - |
| YUV | 177.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 247 | 0.09 | 0.44 | 0 | 0.03 | 288.33 | 0.87 | 0.76 |
| Hex | E2 | 8B | F7 | 9 | 2C | 0 | 3 | 120 | 57 | 4C |
| Octal | 342 | 213 | 367 | 11 | 54 | 0 | 3 | 440 | 127 | 114 |
| Binary | 11100010 | 10001011 | 11110111 | 1001 | 101100 | 0 | 11 | 100100000 | 1010111 | 1001100 |
Color Harmonies of #E28BF7
Complementary color
Monochromatic Colors of #E28BF7
Black with #E28BF7
Text Example
Text Example
White with #E28BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BF7; }
p { color: rgb(226,139,247); }
H1.HeaderClassName
{
color: #E28BF7;
}
.AnyTagClassName
{
color: #E28BF7;
}
</style>
background-color css
<style>
a { background-color: #E28BF7; }
a { background-color: rgb(226,139,247); }
div.DivClassName
{
background-color: #E28BF7;
}
.BgClassName
{
background-color: #E28BF7;
}
</style>
border-color css
<style>
span { border-color: #E28BF7; }
span { border-color: rgb(226,139,247); }
td.TdClassName
{
border-color: #E28BF7;
}
.TagClassName
{
border-color: #E28BF7;
}
</style>