Shades of Heliotrope #E050F7
Tints of Heliotrope #E050F7
RGB
CMYK
RGB Variations
Color information
#E050F7 (or 0xE050F7) is known color: Heliotrope. HEX triplet: E0, 50 and F7. RGB value is (224,80,247). Sum of RGB (Red+Green+Blue) = 224+80+247=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 80 (31.64% from 255 or 14.52% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #E050F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050F7 is #1FAF08. Grayscale: #8D8D8D. Windows color (decimal): -2076425 or 16208096. OLE color: 16208096.
HSL color Cylindrical-coordinate representation of color #E050F7: hue angle of 291.74º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E050F7 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 80 | 247 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.03 |
| HSL | 291.74º | 0.91% | 0.64% | - |
| HSV(B) | 291.74º | 0.68% | 0.97% | - |
| XYZ | 50.4 | 28.3 | 90.8 | - |
| YUV | 142.09 | 187.21 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 247 | 0.09 | 0.68 | 0 | 0.03 | 291.74 | 0.91 | 0.64 |
| Hex | E0 | 50 | F7 | 9 | 44 | 0 | 3 | 124 | 5B | 40 |
| Octal | 340 | 120 | 367 | 11 | 104 | 0 | 3 | 444 | 133 | 100 |
| Binary | 11100000 | 1010000 | 11110111 | 1001 | 1000100 | 0 | 11 | 100100100 | 1011011 | 1000000 |
Color Harmonies of #E050F7
Complementary color
Monochromatic Colors of #E050F7
Black with #E050F7
Text Example
Text Example
White with #E050F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050F7; }
p { color: rgb(224,80,247); }
H1.HeaderClassName
{
color: #E050F7;
}
.AnyTagClassName
{
color: #E050F7;
}
</style>
background-color css
<style>
a { background-color: #E050F7; }
a { background-color: rgb(224,80,247); }
div.DivClassName
{
background-color: #E050F7;
}
.BgClassName
{
background-color: #E050F7;
}
</style>
border-color css
<style>
span { border-color: #E050F7; }
span { border-color: rgb(224,80,247); }
td.TdClassName
{
border-color: #E050F7;
}
.TagClassName
{
border-color: #E050F7;
}
</style>