Shades of Heliotrope #E980FF
Tints of Heliotrope #E980FF
RGB
CMYK
RGB Variations
Color information
#E980FF (or 0xE980FF) is known color: Heliotrope. HEX triplet: E9, 80 and FF. RGB value is (233,128,255). Sum of RGB (Red+Green+Blue) = 233+128+255=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 128 (50.39% from 255 or 20.78% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #E980FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E980FF is #167F00. Grayscale: #ADADAD. Windows color (decimal): -1474305 or 16744681. OLE color: 16744681.
HSL color Cylindrical-coordinate representation of color #E980FF: hue angle of 289.61º 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 #E980FF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 128 | 255 | - |
| CMYK | 0.09 | 0.50 | 0 | 0 |
| HSL | 289.61º | 1% | 0.75% | - |
| HSV(B) | 289.61º | 0.5% | 1% | - |
| XYZ | 59.37 | 39.98 | 99.2 | - |
| YUV | 173.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 255 | 0.09 | 0.50 | 0 | 0 | 289.61 | 1 | 0.75 |
| Hex | E9 | 80 | FF | 9 | 32 | 0 | 0 | 122 | 64 | 4B |
| Octal | 351 | 200 | 377 | 11 | 62 | 0 | 0 | 442 | 144 | 113 |
| Binary | 11101001 | 10000000 | 11111111 | 1001 | 110010 | 0 | 0 | 100100010 | 1100100 | 1001011 |
Color Harmonies of #E980FF
Complementary color
Monochromatic Colors of #E980FF
Black with #E980FF
Text Example
Text Example
White with #E980FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E980FF; }
p { color: rgb(233,128,255); }
H1.HeaderClassName
{
color: #E980FF;
}
.AnyTagClassName
{
color: #E980FF;
}
</style>
background-color css
<style>
a { background-color: #E980FF; }
a { background-color: rgb(233,128,255); }
div.DivClassName
{
background-color: #E980FF;
}
.BgClassName
{
background-color: #E980FF;
}
</style>
border-color css
<style>
span { border-color: #E980FF; }
span { border-color: rgb(233,128,255); }
td.TdClassName
{
border-color: #E980FF;
}
.TagClassName
{
border-color: #E980FF;
}
</style>