Shades of Heliotrope #E076FA
Tints of Heliotrope #E076FA
RGB
CMYK
RGB Variations
Color information
#E076FA (or 0xE076FA) is known color: Heliotrope. HEX triplet: E0, 76 and FA. RGB value is (224,118,250). Sum of RGB (Red+Green+Blue) = 224+118+250=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 118 (46.48% from 255 or 19.93% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #E076FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E076FA is #1F8905. Grayscale: #A4A4A4. Windows color (decimal): -2066694 or 16414432. OLE color: 16414432.
HSL color Cylindrical-coordinate representation of color #E076FA: hue angle of 288.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E076FA is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 118 | 250 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.02 |
| HSL | 288.18º | 0.93% | 0.72% | - |
| HSV(B) | 288.18º | 0.53% | 0.98% | - |
| XYZ | 54.47 | 35.71 | 94.46 | - |
| YUV | 164.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 250 | 0.10 | 0.53 | 0 | 0.02 | 288.18 | 0.93 | 0.72 |
| Hex | E0 | 76 | FA | A | 35 | 0 | 2 | 120 | 5D | 48 |
| Octal | 340 | 166 | 372 | 12 | 65 | 0 | 2 | 440 | 135 | 110 |
| Binary | 11100000 | 1110110 | 11111010 | 1010 | 110101 | 0 | 10 | 100100000 | 1011101 | 1001000 |
Color Harmonies of #E076FA
Complementary color
Monochromatic Colors of #E076FA
Black with #E076FA
Text Example
Text Example
White with #E076FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076FA; }
p { color: rgb(224,118,250); }
H1.HeaderClassName
{
color: #E076FA;
}
.AnyTagClassName
{
color: #E076FA;
}
</style>
background-color css
<style>
a { background-color: #E076FA; }
a { background-color: rgb(224,118,250); }
div.DivClassName
{
background-color: #E076FA;
}
.BgClassName
{
background-color: #E076FA;
}
</style>
border-color css
<style>
span { border-color: #E076FA; }
span { border-color: rgb(224,118,250); }
td.TdClassName
{
border-color: #E076FA;
}
.TagClassName
{
border-color: #E076FA;
}
</style>