Shades of Heliotrope #E084F5
Tints of Heliotrope #E084F5
RGB
CMYK
RGB Variations
Color information
#E084F5 (or 0xE084F5) is known color: Heliotrope. HEX triplet: E0, 84 and F5. RGB value is (224,132,245). Sum of RGB (Red+Green+Blue) = 224+132+245=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #E084F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084F5 is #1F7B0A. Grayscale: #ACACAC. Windows color (decimal): -2063115 or 16090336. OLE color: 16090336.
HSL color Cylindrical-coordinate representation of color #E084F5: hue angle of 288.85º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E084F5 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 132 | 245 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.04 |
| HSL | 288.85º | 0.85% | 0.74% | - |
| HSV(B) | 288.85º | 0.46% | 0.96% | - |
| XYZ | 55.47 | 38.94 | 90.98 | - |
| YUV | 172.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 245 | 0.09 | 0.46 | 0 | 0.04 | 288.85 | 0.85 | 0.74 |
| Hex | E0 | 84 | F5 | 9 | 2E | 0 | 4 | 121 | 55 | 4A |
| Octal | 340 | 204 | 365 | 11 | 56 | 0 | 4 | 441 | 125 | 112 |
| Binary | 11100000 | 10000100 | 11110101 | 1001 | 101110 | 0 | 100 | 100100001 | 1010101 | 1001010 |
Color Harmonies of #E084F5
Complementary color
Monochromatic Colors of #E084F5
Black with #E084F5
Text Example
Text Example
White with #E084F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084F5; }
p { color: rgb(224,132,245); }
H1.HeaderClassName
{
color: #E084F5;
}
.AnyTagClassName
{
color: #E084F5;
}
</style>
background-color css
<style>
a { background-color: #E084F5; }
a { background-color: rgb(224,132,245); }
div.DivClassName
{
background-color: #E084F5;
}
.BgClassName
{
background-color: #E084F5;
}
</style>
border-color css
<style>
span { border-color: #E084F5; }
span { border-color: rgb(224,132,245); }
td.TdClassName
{
border-color: #E084F5;
}
.TagClassName
{
border-color: #E084F5;
}
</style>