Shades of Heliotrope #E051F8
Tints of Heliotrope #E051F8
RGB
CMYK
RGB Variations
Color information
#E051F8 (or 0xE051F8) is known color: Heliotrope. HEX triplet: E0, 51 and F8. RGB value is (224,81,248). Sum of RGB (Red+Green+Blue) = 224+81+248=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 81 (32.03% from 255 or 14.65% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #E051F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E051F8 is #1FAE07. Grayscale: #8E8E8E. Windows color (decimal): -2076168 or 16273888. OLE color: 16273888.
HSL color Cylindrical-coordinate representation of color #E051F8: hue angle of 291.38º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E051F8 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 81 | 248 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.03 |
| HSL | 291.38º | 0.92% | 0.65% | - |
| HSV(B) | 291.38º | 0.67% | 0.97% | - |
| XYZ | 50.63 | 28.51 | 91.64 | - |
| YUV | 142.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 248 | 0.10 | 0.67 | 0 | 0.03 | 291.38 | 0.92 | 0.65 |
| Hex | E0 | 51 | F8 | A | 43 | 0 | 3 | 123 | 5C | 41 |
| Octal | 340 | 121 | 370 | 12 | 103 | 0 | 3 | 443 | 134 | 101 |
| Binary | 11100000 | 1010001 | 11111000 | 1010 | 1000011 | 0 | 11 | 100100011 | 1011100 | 1000001 |
Color Harmonies of #E051F8
Complementary color
Monochromatic Colors of #E051F8
Black with #E051F8
Text Example
Text Example
White with #E051F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051F8; }
p { color: rgb(224,81,248); }
H1.HeaderClassName
{
color: #E051F8;
}
.AnyTagClassName
{
color: #E051F8;
}
</style>
background-color css
<style>
a { background-color: #E051F8; }
a { background-color: rgb(224,81,248); }
div.DivClassName
{
background-color: #E051F8;
}
.BgClassName
{
background-color: #E051F8;
}
</style>
border-color css
<style>
span { border-color: #E051F8; }
span { border-color: rgb(224,81,248); }
td.TdClassName
{
border-color: #E051F8;
}
.TagClassName
{
border-color: #E051F8;
}
</style>