#E980FF

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

Shades of Heliotrope #E980FF

Tints of Heliotrope #E980FF

Color information

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

RGB233128255-
CMYK0.090.5000
HSL289.61º100%75.1%-
HSV(B)289.61º49.8%100%-
XYZ59.3739.9899.2-
YUV173.87173.79170.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.82%
GREEN value IS 128 (50.39% from 255) = 20.78%
BLUE value IS 255 (100% from 255) = 41.40%
R=37.82%
G=20.78%
B=41.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2331282550.090.5000289.6110075.1
HexE980FF93200122644b
Octal351200377116200442144113
Binary11101001100000001111111110011100100010010001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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