#E76AFD

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

Shades of Heliotrope #E76AFD

Tints of Heliotrope #E76AFD

Color information

#E76AFD (or 0xE76AFD) is unknown color: approx Heliotrope. HEX triplet: E7, 6A and FD. RGB value is (231,106,253). Sum of RGB (Red+Green+Blue) = 231+106+253=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 106 (41.80% from 255 or 17.97% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #E76AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76AFD is #189502. Grayscale: #9F9F9F. Windows color (decimal): -1611011 or 16607975. OLE color: 16607975.

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

Color convert

RGB231106253-
CMYK0.090.5800.01
HSL291.02º97.35%70.39%-
HSV(B)291.02º58.1%99.22%-
XYZ55.8434.3996.62-
YUV160.13180.41178.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 106 (41.80% from 255) = 17.97%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=39.15%
G=17.97%
B=42.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311062530.090.5800.01291.0297.3570.39
HexE76AFD93A011236146
Octal347152375117201443141106
Binary1110011111010101111110110011110100110010001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76AFD; }

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

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

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

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

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

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

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

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