Shades of Violet #E28AF0
Tints of Violet #E28AF0
RGB
CMYK
RGB Variations
Color information
#E28AF0 (or 0xE28AF0) is known color: Violet. HEX triplet: E2, 8A and F0. RGB value is (226,138,240). Sum of RGB (Red+Green+Blue) = 226+138+240=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #E28AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28AF0 is #1D750F. Grayscale: #AFAFAF. Windows color (decimal): -1930512 or 15764194. OLE color: 15764194.
HSL color Cylindrical-coordinate representation of color #E28AF0: hue angle of 291.76º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28AF0 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 138 | 240 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.06 |
| HSL | 291.76º | 0.77% | 0.74% | - |
| HSV(B) | 291.76º | 0.43% | 0.94% | - |
| XYZ | 56.18 | 40.64 | 87.32 | - |
| YUV | 175.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 240 | 0.06 | 0.42 | 0 | 0.06 | 291.76 | 0.77 | 0.74 |
| Hex | E2 | 8A | F0 | 6 | 2A | 0 | 6 | 124 | 4D | 4A |
| Octal | 342 | 212 | 360 | 6 | 52 | 0 | 6 | 444 | 115 | 112 |
| Binary | 11100010 | 10001010 | 11110000 | 110 | 101010 | 0 | 110 | 100100100 | 1001101 | 1001010 |
Color Harmonies of #E28AF0
Complementary color
Monochromatic Colors of #E28AF0
Black with #E28AF0
Text Example
Text Example
White with #E28AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AF0; }
p { color: rgb(226,138,240); }
H1.HeaderClassName
{
color: #E28AF0;
}
.AnyTagClassName
{
color: #E28AF0;
}
</style>
background-color css
<style>
a { background-color: #E28AF0; }
a { background-color: rgb(226,138,240); }
div.DivClassName
{
background-color: #E28AF0;
}
.BgClassName
{
background-color: #E28AF0;
}
</style>
border-color css
<style>
span { border-color: #E28AF0; }
span { border-color: rgb(226,138,240); }
td.TdClassName
{
border-color: #E28AF0;
}
.TagClassName
{
border-color: #E28AF0;
}
</style>