Shades of Heliotrope #E05EF0
Tints of Heliotrope #E05EF0
RGB
CMYK
RGB Variations
Color information
#E05EF0 (or 0xE05EF0) is known color: Heliotrope. HEX triplet: E0, 5E and F0. RGB value is (224,94,240). Sum of RGB (Red+Green+Blue) = 224+94+240=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #E05EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05EF0 is #1FA10F. Grayscale: #959595. Windows color (decimal): -2072848 or 15752928. OLE color: 15752928.
HSL color Cylindrical-coordinate representation of color #E05EF0: hue angle of 293.42º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05EF0 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 94 | 240 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.06 |
| HSL | 293.42º | 0.83% | 0.65% | - |
| HSV(B) | 293.42º | 0.61% | 0.94% | - |
| XYZ | 50.47 | 30.14 | 85.6 | - |
| YUV | 149.51 | 179.07 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 240 | 0.07 | 0.61 | 0 | 0.06 | 293.42 | 0.83 | 0.65 |
| Hex | E0 | 5E | F0 | 7 | 3D | 0 | 6 | 125 | 53 | 41 |
| Octal | 340 | 136 | 360 | 7 | 75 | 0 | 6 | 445 | 123 | 101 |
| Binary | 11100000 | 1011110 | 11110000 | 111 | 111101 | 0 | 110 | 100100101 | 1010011 | 1000001 |
Color Harmonies of #E05EF0
Complementary color
Monochromatic Colors of #E05EF0
Black with #E05EF0
Text Example
Text Example
White with #E05EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EF0; }
p { color: rgb(224,94,240); }
H1.HeaderClassName
{
color: #E05EF0;
}
.AnyTagClassName
{
color: #E05EF0;
}
</style>
background-color css
<style>
a { background-color: #E05EF0; }
a { background-color: rgb(224,94,240); }
div.DivClassName
{
background-color: #E05EF0;
}
.BgClassName
{
background-color: #E05EF0;
}
</style>
border-color css
<style>
span { border-color: #E05EF0; }
span { border-color: rgb(224,94,240); }
td.TdClassName
{
border-color: #E05EF0;
}
.TagClassName
{
border-color: #E05EF0;
}
</style>