#E780FE

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

Shades of Heliotrope #E780FE

Tints of Heliotrope #E780FE

Color information

#E780FE (or 0xE780FE) is unknown color: approx Heliotrope. HEX triplet: E7, 80 and FE. RGB value is (231,128,254). Sum of RGB (Red+Green+Blue) = 231+128+254=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #E780FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E780FE is #187F01. Grayscale: #ACACAC. Windows color (decimal): -1605378 or 16679143. OLE color: 16679143.

HSL color Cylindrical-coordinate representation of color #E780FE: hue angle of 289.05º 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 #E780FE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231128254-
CMYK0.090.5000.00
HSL289.05º98.44%74.9%-
HSV(B)289.05º49.61%99.61%-
XYZ58.5639.5898.32-
YUV173.16173.62169.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 128 (50.39% from 255) = 20.88%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=37.68%
G=20.88%
B=41.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311282540.090.5000.00289.0598.4474.9
HexE780FE93200121624b
Octal347200376116200441142113
Binary11100111100000001111111010011100100010010000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780FE; }

 p { color: rgb(231,128,254); }

 H1.HeaderClassName
 {
   color: #E780FE;
 }
 .AnyTagClassName
 {
   color: #E780FE;
 }
</style>
background-color css

<style>
 a { background-color: #E780FE; }

 a { background-color: rgb(231,128,254); }

 div.DivClassName
 {
   background-color: #E780FE;
 }
 .BgClassName
 {
   background-color: #E780FE;
 }
</style>
border-color css

<style>
 span { border-color: #E780FE; }

 span { border-color: rgb(231,128,254); }

 td.TdClassName
 {
   border-color: #E780FE;
 }
 .TagClassName
 {
   border-color: #E780FE;
 }
</style>