Shades of Heliotrope #E458FA
Tints of Heliotrope #E458FA
RGB
CMYK
RGB Variations
Color information
#E458FA (or 0xE458FA) is known color: Heliotrope. HEX triplet: E4, 58 and FA. RGB value is (228,88,250). Sum of RGB (Red+Green+Blue) = 228+88+250=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 88 (34.77% from 255 or 15.55% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #E458FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E458FA is #1BA705. Grayscale: #939393. Windows color (decimal): -1812230 or 16406756. OLE color: 16406756.
HSL color Cylindrical-coordinate representation of color #E458FA: hue angle of 291.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E458FA is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 88 | 250 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.02 |
| HSL | 291.85º | 0.94% | 0.66% | - |
| HSV(B) | 291.85º | 0.65% | 0.98% | - |
| XYZ | 52.74 | 30.38 | 93.53 | - |
| YUV | 148.33 | 185.38 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 250 | 0.09 | 0.65 | 0 | 0.02 | 291.85 | 0.94 | 0.66 |
| Hex | E4 | 58 | FA | 9 | 41 | 0 | 2 | 124 | 5E | 42 |
| Octal | 344 | 130 | 372 | 11 | 101 | 0 | 2 | 444 | 136 | 102 |
| Binary | 11100100 | 1011000 | 11111010 | 1001 | 1000001 | 0 | 10 | 100100100 | 1011110 | 1000010 |
Color Harmonies of #E458FA
Complementary color
Monochromatic Colors of #E458FA
Black with #E458FA
Text Example
Text Example
White with #E458FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E458FA; }
p { color: rgb(228,88,250); }
H1.HeaderClassName
{
color: #E458FA;
}
.AnyTagClassName
{
color: #E458FA;
}
</style>
background-color css
<style>
a { background-color: #E458FA; }
a { background-color: rgb(228,88,250); }
div.DivClassName
{
background-color: #E458FA;
}
.BgClassName
{
background-color: #E458FA;
}
</style>
border-color css
<style>
span { border-color: #E458FA; }
span { border-color: rgb(228,88,250); }
td.TdClassName
{
border-color: #E458FA;
}
.TagClassName
{
border-color: #E458FA;
}
</style>