Shades of Heliotrope #E080FE
Tints of Heliotrope #E080FE
RGB
CMYK
RGB Variations
Color information
#E080FE (or 0xE080FE) is known color: Heliotrope. HEX triplet: E0, 80 and FE. RGB value is (224,128,254). Sum of RGB (Red+Green+Blue) = 224+128+254=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #E080FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080FE is #1F7F01. Grayscale: #AAAAAA. Windows color (decimal): -2064130 or 16679136. OLE color: 16679136.
HSL color Cylindrical-coordinate representation of color #E080FE: hue angle of 285.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E080FE is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 128 | 254 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.00 |
| HSL | 285.71º | 0.98% | 0.75% | - |
| HSV(B) | 285.71º | 0.5% | 1% | - |
| XYZ | 56.35 | 38.44 | 98.22 | - |
| YUV | 171.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 254 | 0.12 | 0.50 | 0 | 0.00 | 285.71 | 0.98 | 0.75 |
| Hex | E0 | 80 | FE | C | 32 | 0 | 0 | 11E | 62 | 4B |
| Octal | 340 | 200 | 376 | 14 | 62 | 0 | 0 | 436 | 142 | 113 |
| Binary | 11100000 | 10000000 | 11111110 | 1100 | 110010 | 0 | 0 | 100011110 | 1100010 | 1001011 |
Color Harmonies of #E080FE
Complementary color
Monochromatic Colors of #E080FE
Black with #E080FE
Text Example
Text Example
White with #E080FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080FE; }
p { color: rgb(224,128,254); }
H1.HeaderClassName
{
color: #E080FE;
}
.AnyTagClassName
{
color: #E080FE;
}
</style>
background-color css
<style>
a { background-color: #E080FE; }
a { background-color: rgb(224,128,254); }
div.DivClassName
{
background-color: #E080FE;
}
.BgClassName
{
background-color: #E080FE;
}
</style>
border-color css
<style>
span { border-color: #E080FE; }
span { border-color: rgb(224,128,254); }
td.TdClassName
{
border-color: #E080FE;
}
.TagClassName
{
border-color: #E080FE;
}
</style>