Shades of Heliotrope #E05DFA
Tints of Heliotrope #E05DFA
RGB
CMYK
RGB Variations
Color information
#E05DFA (or 0xE05DFA) is known color: Heliotrope. HEX triplet: E0, 5D and FA. RGB value is (224,93,250). Sum of RGB (Red+Green+Blue) = 224+93+250=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #E05DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05DFA is #1FA205. Grayscale: #959595. Windows color (decimal): -2073094 or 16408032. OLE color: 16408032.
HSL color Cylindrical-coordinate representation of color #E05DFA: hue angle of 290.06º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05DFA is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 93 | 250 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.02 |
| HSL | 290.06º | 0.94% | 0.67% | - |
| HSV(B) | 290.06º | 0.63% | 0.98% | - |
| XYZ | 51.91 | 30.58 | 93.61 | - |
| YUV | 150.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 250 | 0.10 | 0.63 | 0 | 0.02 | 290.06 | 0.94 | 0.67 |
| Hex | E0 | 5D | FA | A | 3F | 0 | 2 | 122 | 5E | 43 |
| Octal | 340 | 135 | 372 | 12 | 77 | 0 | 2 | 442 | 136 | 103 |
| Binary | 11100000 | 1011101 | 11111010 | 1010 | 111111 | 0 | 10 | 100100010 | 1011110 | 1000011 |
Color Harmonies of #E05DFA
Complementary color
Monochromatic Colors of #E05DFA
Black with #E05DFA
Text Example
Text Example
White with #E05DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DFA; }
p { color: rgb(224,93,250); }
H1.HeaderClassName
{
color: #E05DFA;
}
.AnyTagClassName
{
color: #E05DFA;
}
</style>
background-color css
<style>
a { background-color: #E05DFA; }
a { background-color: rgb(224,93,250); }
div.DivClassName
{
background-color: #E05DFA;
}
.BgClassName
{
background-color: #E05DFA;
}
</style>
border-color css
<style>
span { border-color: #E05DFA; }
span { border-color: rgb(224,93,250); }
td.TdClassName
{
border-color: #E05DFA;
}
.TagClassName
{
border-color: #E05DFA;
}
</style>