Shades of Heliotrope #E048FB
Tints of Heliotrope #E048FB
RGB
CMYK
RGB Variations
Color information
#E048FB (or 0xE048FB) is known color: Heliotrope. HEX triplet: E0, 48 and FB. RGB value is (224,72,251). Sum of RGB (Red+Green+Blue) = 224+72+251=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 72 (28.52% from 255 or 13.16% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #E048FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E048FB is #1FB704. Grayscale: #898989. Windows color (decimal): -2078469 or 16468192. OLE color: 16468192.
HSL color Cylindrical-coordinate representation of color #E048FB: hue angle of 290.95º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E048FB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 72 | 251 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.02 |
| HSL | 290.95º | 0.96% | 0.63% | - |
| HSV(B) | 290.95º | 0.71% | 0.98% | - |
| XYZ | 50.47 | 27.45 | 93.9 | - |
| YUV | 137.85 | 191.86 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 251 | 0.11 | 0.71 | 0 | 0.02 | 290.95 | 0.96 | 0.63 |
| Hex | E0 | 48 | FB | B | 47 | 0 | 2 | 123 | 60 | 3F |
| Octal | 340 | 110 | 373 | 13 | 107 | 0 | 2 | 443 | 140 | 77 |
| Binary | 11100000 | 1001000 | 11111011 | 1011 | 1000111 | 0 | 10 | 100100011 | 1100000 | 111111 |
Color Harmonies of #E048FB
Complementary color
Monochromatic Colors of #E048FB
Black with #E048FB
Text Example
Text Example
White with #E048FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048FB; }
p { color: rgb(224,72,251); }
H1.HeaderClassName
{
color: #E048FB;
}
.AnyTagClassName
{
color: #E048FB;
}
</style>
background-color css
<style>
a { background-color: #E048FB; }
a { background-color: rgb(224,72,251); }
div.DivClassName
{
background-color: #E048FB;
}
.BgClassName
{
background-color: #E048FB;
}
</style>
border-color css
<style>
span { border-color: #E048FB; }
span { border-color: rgb(224,72,251); }
td.TdClassName
{
border-color: #E048FB;
}
.TagClassName
{
border-color: #E048FB;
}
</style>