Shades of Heliotrope #E050F8
Tints of Heliotrope #E050F8
RGB
CMYK
RGB Variations
Color information
#E050F8 (or 0xE050F8) is known color: Heliotrope. HEX triplet: E0, 50 and F8. RGB value is (224,80,248). Sum of RGB (Red+Green+Blue) = 224+80+248=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #E050F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050F8 is #1FAF07. Grayscale: #8D8D8D. Windows color (decimal): -2076424 or 16273632. OLE color: 16273632.
HSL color Cylindrical-coordinate representation of color #E050F8: hue angle of 291.43º degrees, saturation: 0.92, 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 #E050F8 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 80 | 248 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.03 |
| HSL | 291.43º | 0.92% | 0.64% | - |
| HSV(B) | 291.43º | 0.68% | 0.97% | - |
| XYZ | 50.55 | 28.36 | 91.62 | - |
| YUV | 142.21 | 187.71 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 248 | 0.10 | 0.68 | 0 | 0.03 | 291.43 | 0.92 | 0.64 |
| Hex | E0 | 50 | F8 | A | 44 | 0 | 3 | 123 | 5C | 40 |
| Octal | 340 | 120 | 370 | 12 | 104 | 0 | 3 | 443 | 134 | 100 |
| Binary | 11100000 | 1010000 | 11111000 | 1010 | 1000100 | 0 | 11 | 100100011 | 1011100 | 1000000 |
Color Harmonies of #E050F8
Complementary color
Monochromatic Colors of #E050F8
Black with #E050F8
Text Example
Text Example
White with #E050F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050F8; }
p { color: rgb(224,80,248); }
H1.HeaderClassName
{
color: #E050F8;
}
.AnyTagClassName
{
color: #E050F8;
}
</style>
background-color css
<style>
a { background-color: #E050F8; }
a { background-color: rgb(224,80,248); }
div.DivClassName
{
background-color: #E050F8;
}
.BgClassName
{
background-color: #E050F8;
}
</style>
border-color css
<style>
span { border-color: #E050F8; }
span { border-color: rgb(224,80,248); }
td.TdClassName
{
border-color: #E050F8;
}
.TagClassName
{
border-color: #E050F8;
}
</style>