Shades of Heliotrope #E050FE
Tints of Heliotrope #E050FE
RGB
CMYK
RGB Variations
Color information
#E050FE (or 0xE050FE) is known color: Heliotrope. HEX triplet: E0, 50 and FE. RGB value is (224,80,254). Sum of RGB (Red+Green+Blue) = 224+80+254=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 80 (31.64% from 255 or 14.34% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #E050FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050FE is #1FAF01. Grayscale: #8E8E8E. Windows color (decimal): -2076418 or 16666848. OLE color: 16666848.
HSL color Cylindrical-coordinate representation of color #E050FE: hue angle of 289.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E050FE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 80 | 254 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.00 |
| HSL | 289.66º | 0.99% | 0.65% | - |
| HSV(B) | 289.66º | 0.69% | 1% | - |
| XYZ | 51.5 | 28.74 | 96.6 | - |
| YUV | 142.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 254 | 0.12 | 0.69 | 0 | 0.00 | 289.66 | 0.99 | 0.65 |
| Hex | E0 | 50 | FE | C | 45 | 0 | 0 | 122 | 63 | 41 |
| Octal | 340 | 120 | 376 | 14 | 105 | 0 | 0 | 442 | 143 | 101 |
| Binary | 11100000 | 1010000 | 11111110 | 1100 | 1000101 | 0 | 0 | 100100010 | 1100011 | 1000001 |
Color Harmonies of #E050FE
Complementary color
Monochromatic Colors of #E050FE
Black with #E050FE
Text Example
Text Example
White with #E050FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050FE; }
p { color: rgb(224,80,254); }
H1.HeaderClassName
{
color: #E050FE;
}
.AnyTagClassName
{
color: #E050FE;
}
</style>
background-color css
<style>
a { background-color: #E050FE; }
a { background-color: rgb(224,80,254); }
div.DivClassName
{
background-color: #E050FE;
}
.BgClassName
{
background-color: #E050FE;
}
</style>
border-color css
<style>
span { border-color: #E050FE; }
span { border-color: rgb(224,80,254); }
td.TdClassName
{
border-color: #E050FE;
}
.TagClassName
{
border-color: #E050FE;
}
</style>