Shades of Heliotrope #E085FA
Tints of Heliotrope #E085FA
RGB
CMYK
RGB Variations
Color information
#E085FA (or 0xE085FA) is known color: Heliotrope. HEX triplet: E0, 85 and FA. RGB value is (224,133,250). Sum of RGB (Red+Green+Blue) = 224+133+250=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #E085FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085FA is #1F7A05. Grayscale: #ADADAD. Windows color (decimal): -2062854 or 16418272. OLE color: 16418272.
HSL color Cylindrical-coordinate representation of color #E085FA: hue angle of 286.67º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E085FA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 133 | 250 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.02 |
| HSL | 286.67º | 0.92% | 0.75% | - |
| HSV(B) | 286.67º | 0.47% | 0.98% | - |
| XYZ | 56.38 | 39.52 | 95.1 | - |
| YUV | 173.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 250 | 0.10 | 0.47 | 0 | 0.02 | 286.67 | 0.92 | 0.75 |
| Hex | E0 | 85 | FA | A | 2F | 0 | 2 | 11F | 5C | 4B |
| Octal | 340 | 205 | 372 | 12 | 57 | 0 | 2 | 437 | 134 | 113 |
| Binary | 11100000 | 10000101 | 11111010 | 1010 | 101111 | 0 | 10 | 100011111 | 1011100 | 1001011 |
Color Harmonies of #E085FA
Complementary color
Monochromatic Colors of #E085FA
Black with #E085FA
Text Example
Text Example
White with #E085FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085FA; }
p { color: rgb(224,133,250); }
H1.HeaderClassName
{
color: #E085FA;
}
.AnyTagClassName
{
color: #E085FA;
}
</style>
background-color css
<style>
a { background-color: #E085FA; }
a { background-color: rgb(224,133,250); }
div.DivClassName
{
background-color: #E085FA;
}
.BgClassName
{
background-color: #E085FA;
}
</style>
border-color css
<style>
span { border-color: #E085FA; }
span { border-color: rgb(224,133,250); }
td.TdClassName
{
border-color: #E085FA;
}
.TagClassName
{
border-color: #E085FA;
}
</style>