Shades of Heliotrope #E05EFA
Tints of Heliotrope #E05EFA
RGB
CMYK
RGB Variations
Color information
#E05EFA (or 0xE05EFA) is known color: Heliotrope. HEX triplet: E0, 5E and FA. RGB value is (224,94,250). Sum of RGB (Red+Green+Blue) = 224+94+250=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #E05EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05EFA is #1FA105. Grayscale: #969696. Windows color (decimal): -2072838 or 16408288. OLE color: 16408288.
HSL color Cylindrical-coordinate representation of color #E05EFA: hue angle of 290º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05EFA is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 94 | 250 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.02 |
| HSL | 290º | 0.94% | 0.67% | - |
| HSV(B) | 290º | 0.62% | 0.98% | - |
| XYZ | 52 | 30.75 | 93.64 | - |
| YUV | 150.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 250 | 0.10 | 0.62 | 0 | 0.02 | 290 | 0.94 | 0.67 |
| Hex | E0 | 5E | FA | A | 3E | 0 | 2 | 122 | 5E | 43 |
| Octal | 340 | 136 | 372 | 12 | 76 | 0 | 2 | 442 | 136 | 103 |
| Binary | 11100000 | 1011110 | 11111010 | 1010 | 111110 | 0 | 10 | 100100010 | 1011110 | 1000011 |
Color Harmonies of #E05EFA
Complementary color
Monochromatic Colors of #E05EFA
Black with #E05EFA
Text Example
Text Example
White with #E05EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EFA; }
p { color: rgb(224,94,250); }
H1.HeaderClassName
{
color: #E05EFA;
}
.AnyTagClassName
{
color: #E05EFA;
}
</style>
background-color css
<style>
a { background-color: #E05EFA; }
a { background-color: rgb(224,94,250); }
div.DivClassName
{
background-color: #E05EFA;
}
.BgClassName
{
background-color: #E05EFA;
}
</style>
border-color css
<style>
span { border-color: #E05EFA; }
span { border-color: rgb(224,94,250); }
td.TdClassName
{
border-color: #E05EFA;
}
.TagClassName
{
border-color: #E05EFA;
}
</style>