#E980FE

Color #E980FE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E980FE

Tints of Heliotrope #E980FE

Color information

#E980FE (or 0xE980FE) is unknown color: approx 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

RGB233128254-
CMYK0.080.5000.00
HSL290º98.44%74.9%-
HSV(B)290º49.61%99.61%-
XYZ59.2139.9298.35-
YUV173.76173.29170.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 37.89%
GREEN value IS 128 (50.39% from 255) = 20.81%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=37.89%
G=20.81%
B=41.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331282540.080.5000.0029098.4474.9
HexE980FE83200122624b
Octal351200376106200442142113
Binary11101001100000001111111010001100100010010001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>