Shades of Heliotrope #E28AFF
Tints of Heliotrope #E28AFF
RGB
CMYK
RGB Variations
Color information
#E28AFF (or 0xE28AFF) is known color: Heliotrope. HEX triplet: E2, 8A and FF. RGB value is (226,138,255). Sum of RGB (Red+Green+Blue) = 226+138+255=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 138 (54.30% from 255 or 22.29% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #E28AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28AFF is #1D7500. Grayscale: #B1B1B1. Windows color (decimal): -1930497 or 16747234. OLE color: 16747234.
HSL color Cylindrical-coordinate representation of color #E28AFF: hue angle of 285.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E28AFF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 138 | 255 | - |
| CMYK | 0.11 | 0.46 | 0 | 0 |
| HSL | 285.13º | 1% | 0.77% | - |
| HSV(B) | 285.13º | 0.46% | 1% | - |
| XYZ | 58.5 | 41.57 | 99.55 | - |
| YUV | 177.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 255 | 0.11 | 0.46 | 0 | 0 | 285.13 | 1 | 0.77 |
| Hex | E2 | 8A | FF | B | 2E | 0 | 0 | 11D | 64 | 4D |
| Octal | 342 | 212 | 377 | 13 | 56 | 0 | 0 | 435 | 144 | 115 |
| Binary | 11100010 | 10001010 | 11111111 | 1011 | 101110 | 0 | 0 | 100011101 | 1100100 | 1001101 |
Color Harmonies of #E28AFF
Complementary color
Monochromatic Colors of #E28AFF
Black with #E28AFF
Text Example
Text Example
White with #E28AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AFF; }
p { color: rgb(226,138,255); }
H1.HeaderClassName
{
color: #E28AFF;
}
.AnyTagClassName
{
color: #E28AFF;
}
</style>
background-color css
<style>
a { background-color: #E28AFF; }
a { background-color: rgb(226,138,255); }
div.DivClassName
{
background-color: #E28AFF;
}
.BgClassName
{
background-color: #E28AFF;
}
</style>
border-color css
<style>
span { border-color: #E28AFF; }
span { border-color: rgb(226,138,255); }
td.TdClassName
{
border-color: #E28AFF;
}
.TagClassName
{
border-color: #E28AFF;
}
</style>