Shades of Heliotrope #E07FFA
Tints of Heliotrope #E07FFA
RGB
CMYK
RGB Variations
Color information
#E07FFA (or 0xE07FFA) is known color: Heliotrope. HEX triplet: E0, 7F and FA. RGB value is (224,127,250). Sum of RGB (Red+Green+Blue) = 224+127+250=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #E07FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FFA is #1F8005. Grayscale: #A9A9A9. Windows color (decimal): -2064390 or 16416736. OLE color: 16416736.
HSL color Cylindrical-coordinate representation of color #E07FFA: hue angle of 287.32º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07FFA is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 127 | 250 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.02 |
| HSL | 287.32º | 0.92% | 0.74% | - |
| HSV(B) | 287.32º | 0.49% | 0.98% | - |
| XYZ | 55.59 | 37.93 | 94.83 | - |
| YUV | 170.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 250 | 0.10 | 0.49 | 0 | 0.02 | 287.32 | 0.92 | 0.74 |
| Hex | E0 | 7F | FA | A | 31 | 0 | 2 | 11F | 5C | 4A |
| Octal | 340 | 177 | 372 | 12 | 61 | 0 | 2 | 437 | 134 | 112 |
| Binary | 11100000 | 1111111 | 11111010 | 1010 | 110001 | 0 | 10 | 100011111 | 1011100 | 1001010 |
Color Harmonies of #E07FFA
Complementary color
Monochromatic Colors of #E07FFA
Black with #E07FFA
Text Example
Text Example
White with #E07FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FFA; }
p { color: rgb(224,127,250); }
H1.HeaderClassName
{
color: #E07FFA;
}
.AnyTagClassName
{
color: #E07FFA;
}
</style>
background-color css
<style>
a { background-color: #E07FFA; }
a { background-color: rgb(224,127,250); }
div.DivClassName
{
background-color: #E07FFA;
}
.BgClassName
{
background-color: #E07FFA;
}
</style>
border-color css
<style>
span { border-color: #E07FFA; }
span { border-color: rgb(224,127,250); }
td.TdClassName
{
border-color: #E07FFA;
}
.TagClassName
{
border-color: #E07FFA;
}
</style>