Shades of Heliotrope #E05FFA
Tints of Heliotrope #E05FFA
RGB
CMYK
RGB Variations
Color information
#E05FFA (or 0xE05FFA) is known color: Heliotrope. HEX triplet: E0, 5F and FA. RGB value is (224,95,250). Sum of RGB (Red+Green+Blue) = 224+95+250=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 95 (37.5% from 255 or 16.70% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #E05FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05FFA is #1FA005. Grayscale: #969696. Windows color (decimal): -2072582 or 16408544. OLE color: 16408544.
HSL color Cylindrical-coordinate representation of color #E05FFA: hue angle of 289.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05FFA is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 95 | 250 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.02 |
| HSL | 289.94º | 0.94% | 0.68% | - |
| HSV(B) | 289.94º | 0.62% | 0.98% | - |
| XYZ | 52.09 | 30.93 | 93.67 | - |
| YUV | 151.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 250 | 0.10 | 0.62 | 0 | 0.02 | 289.94 | 0.94 | 0.68 |
| Hex | E0 | 5F | FA | A | 3E | 0 | 2 | 122 | 5E | 44 |
| Octal | 340 | 137 | 372 | 12 | 76 | 0 | 2 | 442 | 136 | 104 |
| Binary | 11100000 | 1011111 | 11111010 | 1010 | 111110 | 0 | 10 | 100100010 | 1011110 | 1000100 |
Color Harmonies of #E05FFA
Complementary color
Monochromatic Colors of #E05FFA
Black with #E05FFA
Text Example
Text Example
White with #E05FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05FFA; }
p { color: rgb(224,95,250); }
H1.HeaderClassName
{
color: #E05FFA;
}
.AnyTagClassName
{
color: #E05FFA;
}
</style>
background-color css
<style>
a { background-color: #E05FFA; }
a { background-color: rgb(224,95,250); }
div.DivClassName
{
background-color: #E05FFA;
}
.BgClassName
{
background-color: #E05FFA;
}
</style>
border-color css
<style>
span { border-color: #E05FFA; }
span { border-color: rgb(224,95,250); }
td.TdClassName
{
border-color: #E05FFA;
}
.TagClassName
{
border-color: #E05FFA;
}
</style>