Shades of Heliotrope #E880FF
Tints of Heliotrope #E880FF
RGB
CMYK
RGB Variations
Color information
#E880FF (or 0xE880FF) is known color: Heliotrope. HEX triplet: E8, 80 and FF. RGB value is (232,128,255). Sum of RGB (Red+Green+Blue) = 232+128+255=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #E880FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E880FF is #177F00. Grayscale: #ADADAD. Windows color (decimal): -1539841 or 16744680. OLE color: 16744680.
HSL color Cylindrical-coordinate representation of color #E880FF: hue angle of 289.13º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E880FF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 128 | 255 | - |
| CMYK | 0.09 | 0.50 | 0 | 0 |
| HSL | 289.13º | 1% | 0.75% | - |
| HSV(B) | 289.13º | 0.5% | 1% | - |
| XYZ | 59.05 | 39.81 | 99.18 | - |
| YUV | 173.57 | 173.96 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 255 | 0.09 | 0.50 | 0 | 0 | 289.13 | 1 | 0.75 |
| Hex | E8 | 80 | FF | 9 | 32 | 0 | 0 | 121 | 64 | 4B |
| Octal | 350 | 200 | 377 | 11 | 62 | 0 | 0 | 441 | 144 | 113 |
| Binary | 11101000 | 10000000 | 11111111 | 1001 | 110010 | 0 | 0 | 100100001 | 1100100 | 1001011 |
Color Harmonies of #E880FF
Complementary color
Monochromatic Colors of #E880FF
Black with #E880FF
Text Example
Text Example
White with #E880FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880FF; }
p { color: rgb(232,128,255); }
H1.HeaderClassName
{
color: #E880FF;
}
.AnyTagClassName
{
color: #E880FF;
}
</style>
background-color css
<style>
a { background-color: #E880FF; }
a { background-color: rgb(232,128,255); }
div.DivClassName
{
background-color: #E880FF;
}
.BgClassName
{
background-color: #E880FF;
}
</style>
border-color css
<style>
span { border-color: #E880FF; }
span { border-color: rgb(232,128,255); }
td.TdClassName
{
border-color: #E880FF;
}
.TagClassName
{
border-color: #E880FF;
}
</style>