Shades of Heliotrope #E084FE
Tints of Heliotrope #E084FE
RGB
CMYK
RGB Variations
Color information
#E084FE (or 0xE084FE) is known color: Heliotrope. HEX triplet: E0, 84 and FE. RGB value is (224,132,254). Sum of RGB (Red+Green+Blue) = 224+132+254=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 132 (51.95% from 255 or 21.64% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #E084FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084FE is #1F7B01. Grayscale: #ADADAD. Windows color (decimal): -2063106 or 16680160. OLE color: 16680160.
HSL color Cylindrical-coordinate representation of color #E084FE: hue angle of 285.25º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E084FE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 132 | 254 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.00 |
| HSL | 285.25º | 0.98% | 0.76% | - |
| HSV(B) | 285.25º | 0.48% | 1% | - |
| XYZ | 56.88 | 39.51 | 98.39 | - |
| YUV | 173.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 254 | 0.12 | 0.48 | 0 | 0.00 | 285.25 | 0.98 | 0.76 |
| Hex | E0 | 84 | FE | C | 30 | 0 | 0 | 11D | 62 | 4C |
| Octal | 340 | 204 | 376 | 14 | 60 | 0 | 0 | 435 | 142 | 114 |
| Binary | 11100000 | 10000100 | 11111110 | 1100 | 110000 | 0 | 0 | 100011101 | 1100010 | 1001100 |
Color Harmonies of #E084FE
Complementary color
Monochromatic Colors of #E084FE
Black with #E084FE
Text Example
Text Example
White with #E084FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084FE; }
p { color: rgb(224,132,254); }
H1.HeaderClassName
{
color: #E084FE;
}
.AnyTagClassName
{
color: #E084FE;
}
</style>
background-color css
<style>
a { background-color: #E084FE; }
a { background-color: rgb(224,132,254); }
div.DivClassName
{
background-color: #E084FE;
}
.BgClassName
{
background-color: #E084FE;
}
</style>
border-color css
<style>
span { border-color: #E084FE; }
span { border-color: rgb(224,132,254); }
td.TdClassName
{
border-color: #E084FE;
}
.TagClassName
{
border-color: #E084FE;
}
</style>