Shades of Heliotrope #E084FF
Tints of Heliotrope #E084FF
RGB
CMYK
RGB Variations
Color information
#E084FF (or 0xE084FF) is known color: Heliotrope. HEX triplet: E0, 84 and FF. RGB value is (224,132,255). Sum of RGB (Red+Green+Blue) = 224+132+255=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 132 (51.95% from 255 or 21.60% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #E084FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084FF is #1F7B00. Grayscale: #ADADAD. Windows color (decimal): -2063105 or 16745696. OLE color: 16745696.
HSL color Cylindrical-coordinate representation of color #E084FF: hue angle of 284.88º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E084FF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 132 | 255 | - |
| CMYK | 0.12 | 0.48 | 0 | 0 |
| HSL | 284.88º | 1% | 0.76% | - |
| HSV(B) | 284.88º | 0.48% | 1% | - |
| XYZ | 57.04 | 39.57 | 99.24 | - |
| YUV | 173.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 255 | 0.12 | 0.48 | 0 | 0 | 284.88 | 1 | 0.76 |
| Hex | E0 | 84 | FF | C | 30 | 0 | 0 | 11D | 64 | 4C |
| Octal | 340 | 204 | 377 | 14 | 60 | 0 | 0 | 435 | 144 | 114 |
| Binary | 11100000 | 10000100 | 11111111 | 1100 | 110000 | 0 | 0 | 100011101 | 1100100 | 1001100 |
Color Harmonies of #E084FF
Complementary color
Monochromatic Colors of #E084FF
Black with #E084FF
Text Example
Text Example
White with #E084FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084FF; }
p { color: rgb(224,132,255); }
H1.HeaderClassName
{
color: #E084FF;
}
.AnyTagClassName
{
color: #E084FF;
}
</style>
background-color css
<style>
a { background-color: #E084FF; }
a { background-color: rgb(224,132,255); }
div.DivClassName
{
background-color: #E084FF;
}
.BgClassName
{
background-color: #E084FF;
}
</style>
border-color css
<style>
span { border-color: #E084FF; }
span { border-color: rgb(224,132,255); }
td.TdClassName
{
border-color: #E084FF;
}
.TagClassName
{
border-color: #E084FF;
}
</style>