Shades of Heliotrope #E28AFE
Tints of Heliotrope #E28AFE
RGB
CMYK
RGB Variations
Color information
#E28AFE (or 0xE28AFE) is known color: Heliotrope. HEX triplet: E2, 8A and FE. RGB value is (226,138,254). Sum of RGB (Red+Green+Blue) = 226+138+254=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 138 (54.30% from 255 or 22.33% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #E28AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28AFE is #1D7501. Grayscale: #B1B1B1. Windows color (decimal): -1930498 or 16681698. OLE color: 16681698.
HSL color Cylindrical-coordinate representation of color #E28AFE: hue angle of 285.52º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E28AFE is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 138 | 254 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.00 |
| HSL | 285.52º | 0.98% | 0.77% | - |
| HSV(B) | 285.52º | 0.46% | 1% | - |
| XYZ | 58.34 | 41.5 | 98.7 | - |
| YUV | 177.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 254 | 0.11 | 0.46 | 0 | 0.00 | 285.52 | 0.98 | 0.77 |
| Hex | E2 | 8A | FE | B | 2E | 0 | 0 | 11E | 62 | 4D |
| Octal | 342 | 212 | 376 | 13 | 56 | 0 | 0 | 436 | 142 | 115 |
| Binary | 11100010 | 10001010 | 11111110 | 1011 | 101110 | 0 | 0 | 100011110 | 1100010 | 1001101 |
Color Harmonies of #E28AFE
Complementary color
Monochromatic Colors of #E28AFE
Black with #E28AFE
Text Example
Text Example
White with #E28AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AFE; }
p { color: rgb(226,138,254); }
H1.HeaderClassName
{
color: #E28AFE;
}
.AnyTagClassName
{
color: #E28AFE;
}
</style>
background-color css
<style>
a { background-color: #E28AFE; }
a { background-color: rgb(226,138,254); }
div.DivClassName
{
background-color: #E28AFE;
}
.BgClassName
{
background-color: #E28AFE;
}
</style>
border-color css
<style>
span { border-color: #E28AFE; }
span { border-color: rgb(226,138,254); }
td.TdClassName
{
border-color: #E28AFE;
}
.TagClassName
{
border-color: #E28AFE;
}
</style>