Shades of Heliotrope #E28EFA
Tints of Heliotrope #E28EFA
RGB
CMYK
RGB Variations
Color information
#E28EFA (or 0xE28EFA) is known color: Heliotrope. HEX triplet: E2, 8E and FA. RGB value is (226,142,250). Sum of RGB (Red+Green+Blue) = 226+142+250=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #E28EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28EFA is #1D7105. Grayscale: #B3B3B3. Windows color (decimal): -1929478 or 16420578. OLE color: 16420578.
HSL color Cylindrical-coordinate representation of color #E28EFA: hue angle of 286.67º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28EFA is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 142 | 250 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.02 |
| HSL | 286.67º | 0.92% | 0.77% | - |
| HSV(B) | 286.67º | 0.43% | 0.98% | - |
| XYZ | 58.29 | 42.42 | 95.56 | - |
| YUV | 179.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 250 | 0.10 | 0.43 | 0 | 0.02 | 286.67 | 0.92 | 0.77 |
| Hex | E2 | 8E | FA | A | 2B | 0 | 2 | 11F | 5C | 4D |
| Octal | 342 | 216 | 372 | 12 | 53 | 0 | 2 | 437 | 134 | 115 |
| Binary | 11100010 | 10001110 | 11111010 | 1010 | 101011 | 0 | 10 | 100011111 | 1011100 | 1001101 |
Color Harmonies of #E28EFA
Complementary color
Monochromatic Colors of #E28EFA
Black with #E28EFA
Text Example
Text Example
White with #E28EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28EFA; }
p { color: rgb(226,142,250); }
H1.HeaderClassName
{
color: #E28EFA;
}
.AnyTagClassName
{
color: #E28EFA;
}
</style>
background-color css
<style>
a { background-color: #E28EFA; }
a { background-color: rgb(226,142,250); }
div.DivClassName
{
background-color: #E28EFA;
}
.BgClassName
{
background-color: #E28EFA;
}
</style>
border-color css
<style>
span { border-color: #E28EFA; }
span { border-color: rgb(226,142,250); }
td.TdClassName
{
border-color: #E28EFA;
}
.TagClassName
{
border-color: #E28EFA;
}
</style>