Shades of Heliotrope #E07AF4
Tints of Heliotrope #E07AF4
RGB
CMYK
RGB Variations
Color information
#E07AF4 (or 0xE07AF4) is known color: Heliotrope. HEX triplet: E0, 7A and F4. RGB value is (224,122,244). Sum of RGB (Red+Green+Blue) = 224+122+244=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #E07AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AF4 is #1F850B. Grayscale: #A6A6A6. Windows color (decimal): -2065676 or 16022240. OLE color: 16022240.
HSL color Cylindrical-coordinate representation of color #E07AF4: hue angle of 290.16º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07AF4 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 122 | 244 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.04 |
| HSL | 290.16º | 0.85% | 0.72% | - |
| HSV(B) | 290.16º | 0.5% | 0.96% | - |
| XYZ | 54.03 | 36.3 | 89.75 | - |
| YUV | 166.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 244 | 0.08 | 0.5 | 0 | 0.04 | 290.16 | 0.85 | 0.72 |
| Hex | E0 | 7A | F4 | 8 | 32 | 0 | 4 | 122 | 55 | 48 |
| Octal | 340 | 172 | 364 | 10 | 62 | 0 | 4 | 442 | 125 | 110 |
| Binary | 11100000 | 1111010 | 11110100 | 1000 | 110010 | 0 | 100 | 100100010 | 1010101 | 1001000 |
Color Harmonies of #E07AF4
Complementary color
Monochromatic Colors of #E07AF4
Black with #E07AF4
Text Example
Text Example
White with #E07AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AF4; }
p { color: rgb(224,122,244); }
H1.HeaderClassName
{
color: #E07AF4;
}
.AnyTagClassName
{
color: #E07AF4;
}
</style>
background-color css
<style>
a { background-color: #E07AF4; }
a { background-color: rgb(224,122,244); }
div.DivClassName
{
background-color: #E07AF4;
}
.BgClassName
{
background-color: #E07AF4;
}
</style>
border-color css
<style>
span { border-color: #E07AF4; }
span { border-color: rgb(224,122,244); }
td.TdClassName
{
border-color: #E07AF4;
}
.TagClassName
{
border-color: #E07AF4;
}
</style>