Shades of Heliotrope #E980FE
Tints of Heliotrope #E980FE
RGB
CMYK
RGB Variations
Color information
#E980FE (or 0xE980FE) is known color: Heliotrope. HEX triplet: E9, 80 and FE. RGB value is (233,128,254). Sum of RGB (Red+Green+Blue) = 233+128+254=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #E980FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E980FE is #167F01. Grayscale: #ADADAD. Windows color (decimal): -1474306 or 16679145. OLE color: 16679145.
HSL color Cylindrical-coordinate representation of color #E980FE: hue angle of 290º 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 #E980FE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 128 | 254 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.00 |
| HSL | 290º | 0.98% | 0.75% | - |
| HSV(B) | 290º | 0.5% | 1% | - |
| XYZ | 59.21 | 39.92 | 98.35 | - |
| YUV | 173.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 254 | 0.08 | 0.50 | 0 | 0.00 | 290 | 0.98 | 0.75 |
| Hex | E9 | 80 | FE | 8 | 32 | 0 | 0 | 122 | 62 | 4B |
| Octal | 351 | 200 | 376 | 10 | 62 | 0 | 0 | 442 | 142 | 113 |
| Binary | 11101001 | 10000000 | 11111110 | 1000 | 110010 | 0 | 0 | 100100010 | 1100010 | 1001011 |
Color Harmonies of #E980FE
Complementary color
Monochromatic Colors of #E980FE
Black with #E980FE
Text Example
Text Example
White with #E980FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E980FE; }
p { color: rgb(233,128,254); }
H1.HeaderClassName
{
color: #E980FE;
}
.AnyTagClassName
{
color: #E980FE;
}
</style>
background-color css
<style>
a { background-color: #E980FE; }
a { background-color: rgb(233,128,254); }
div.DivClassName
{
background-color: #E980FE;
}
.BgClassName
{
background-color: #E980FE;
}
</style>
border-color css
<style>
span { border-color: #E980FE; }
span { border-color: rgb(233,128,254); }
td.TdClassName
{
border-color: #E980FE;
}
.TagClassName
{
border-color: #E980FE;
}
</style>