#E76AFE

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

Shades of Heliotrope #E76AFE

Tints of Heliotrope #E76AFE

Color information

#E76AFE (or 0xE76AFE) is unknown color: approx Heliotrope. HEX triplet: E7, 6A and FE. RGB value is (231,106,254). Sum of RGB (Red+Green+Blue) = 231+106+254=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #E76AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76AFE is #189501. Grayscale: #9F9F9F. Windows color (decimal): -1611010 or 16673511. OLE color: 16673511.

HSL color Cylindrical-coordinate representation of color #E76AFE: hue angle of 290.68º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76AFE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231106254-
CMYK0.090.5800.00
HSL290.68º98.67%70.59%-
HSV(B)290.68º58.27%99.61%-
XYZ5634.4597.46-
YUV160.25180.91178.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 106 (41.80% from 255) = 17.94%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=39.09%
G=17.94%
B=42.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311062540.090.5800.00290.6898.6770.59
HexE76AFE93A001236347
Octal347152376117200443143107
Binary1110011111010101111111010011110100010010001111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76AFE; }

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

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

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

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

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

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

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

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