Shades of Heliotrope #E880FE
Tints of Heliotrope #E880FE
RGB
CMYK
RGB Variations
Color information
#E880FE (or 0xE880FE) is known color: Heliotrope. HEX triplet: E8, 80 and FE. RGB value is (232,128,254). Sum of RGB (Red+Green+Blue) = 232+128+254=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 128 (50.39% from 255 or 20.85% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #E880FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E880FE is #177F01. Grayscale: #ADADAD. Windows color (decimal): -1539842 or 16679144. OLE color: 16679144.
HSL color Cylindrical-coordinate representation of color #E880FE: hue angle of 289.52º 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 #E880FE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 128 | 254 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.00 |
| HSL | 289.52º | 0.98% | 0.75% | - |
| HSV(B) | 289.52º | 0.5% | 1% | - |
| XYZ | 58.89 | 39.75 | 98.33 | - |
| YUV | 173.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 254 | 0.09 | 0.50 | 0 | 0.00 | 289.52 | 0.98 | 0.75 |
| Hex | E8 | 80 | FE | 9 | 32 | 0 | 0 | 122 | 62 | 4B |
| Octal | 350 | 200 | 376 | 11 | 62 | 0 | 0 | 442 | 142 | 113 |
| Binary | 11101000 | 10000000 | 11111110 | 1001 | 110010 | 0 | 0 | 100100010 | 1100010 | 1001011 |
Color Harmonies of #E880FE
Complementary color
Monochromatic Colors of #E880FE
Black with #E880FE
Text Example
Text Example
White with #E880FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880FE; }
p { color: rgb(232,128,254); }
H1.HeaderClassName
{
color: #E880FE;
}
.AnyTagClassName
{
color: #E880FE;
}
</style>
background-color css
<style>
a { background-color: #E880FE; }
a { background-color: rgb(232,128,254); }
div.DivClassName
{
background-color: #E880FE;
}
.BgClassName
{
background-color: #E880FE;
}
</style>
border-color css
<style>
span { border-color: #E880FE; }
span { border-color: rgb(232,128,254); }
td.TdClassName
{
border-color: #E880FE;
}
.TagClassName
{
border-color: #E880FE;
}
</style>