Shades of Heliotrope #E048FE
Tints of Heliotrope #E048FE
RGB
CMYK
RGB Variations
Color information
#E048FE (or 0xE048FE) is known color: Heliotrope. HEX triplet: E0, 48 and FE. RGB value is (224,72,254). Sum of RGB (Red+Green+Blue) = 224+72+254=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 72 (28.52% from 255 or 13.09% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #E048FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E048FE is #1FB701. Grayscale: #898989. Windows color (decimal): -2078466 or 16664800. OLE color: 16664800.
HSL color Cylindrical-coordinate representation of color #E048FE: hue angle of 290.11º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E048FE is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 72 | 254 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.00 |
| HSL | 290.11º | 0.99% | 0.64% | - |
| HSV(B) | 290.11º | 0.72% | 1% | - |
| XYZ | 50.95 | 27.64 | 96.42 | - |
| YUV | 138.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 254 | 0.12 | 0.72 | 0 | 0.00 | 290.11 | 0.99 | 0.64 |
| Hex | E0 | 48 | FE | C | 48 | 0 | 0 | 122 | 63 | 40 |
| Octal | 340 | 110 | 376 | 14 | 110 | 0 | 0 | 442 | 143 | 100 |
| Binary | 11100000 | 1001000 | 11111110 | 1100 | 1001000 | 0 | 0 | 100100010 | 1100011 | 1000000 |
Color Harmonies of #E048FE
Complementary color
Monochromatic Colors of #E048FE
Black with #E048FE
Text Example
Text Example
White with #E048FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048FE; }
p { color: rgb(224,72,254); }
H1.HeaderClassName
{
color: #E048FE;
}
.AnyTagClassName
{
color: #E048FE;
}
</style>
background-color css
<style>
a { background-color: #E048FE; }
a { background-color: rgb(224,72,254); }
div.DivClassName
{
background-color: #E048FE;
}
.BgClassName
{
background-color: #E048FE;
}
</style>
border-color css
<style>
span { border-color: #E048FE; }
span { border-color: rgb(224,72,254); }
td.TdClassName
{
border-color: #E048FE;
}
.TagClassName
{
border-color: #E048FE;
}
</style>