#E76EFA

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

Shades of Heliotrope #E76EFA

Tints of Heliotrope #E76EFA

Color information

#E76EFA (or 0xE76EFA) is unknown color: approx Heliotrope. HEX triplet: E7, 6E and FA. RGB value is (231,110,250). Sum of RGB (Red+Green+Blue) = 231+110+250=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #E76EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76EFA is #189105. Grayscale: #A1A1A1. Windows color (decimal): -1609990 or 16412391. OLE color: 16412391.

HSL color Cylindrical-coordinate representation of color #E76EFA: hue angle of 291.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76EFA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231110250-
CMYK0.080.5600.02
HSL291.86º93.33%70.59%-
HSV(B)291.86º56%98.04%-
XYZ55.7935.0494.27-
YUV162.14177.59177.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 110 (43.36% from 255) = 18.61%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=39.09%
G=18.61%
B=42.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311102500.080.5600.02291.8693.3370.59
HexE76EFA838021245d47
Octal347156372107002444135107
Binary11100111110111011111010100011100001010010010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76EFA; }

 p { color: rgb(231,110,250); }

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

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

 a { background-color: rgb(231,110,250); }

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

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

 span { border-color: rgb(231,110,250); }

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