#E771F9

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

Shades of Heliotrope #E771F9

Tints of Heliotrope #E771F9

Color information

#E771F9 (or 0xE771F9) is unknown color: approx Heliotrope. HEX triplet: E7, 71 and F9. RGB value is (231,113,249). Sum of RGB (Red+Green+Blue) = 231+113+249=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 113 (44.53% from 255 or 19.06% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #E771F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E771F9 is #188E06. Grayscale: #A3A3A3. Windows color (decimal): -1609223 or 16347623. OLE color: 16347623.

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

Color convert

RGB231113249-
CMYK0.070.5500.02
HSL292.06º91.89%70.98%-
HSV(B)292.06º54.62%97.65%-
XYZ55.9635.6493.55-
YUV163.79176.09175.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.95%
GREEN value IS 113 (44.53% from 255) = 19.06%
BLUE value IS 249 (97.66% from 255) = 41.99%
R=38.95%
G=19.06%
B=41.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311132490.070.5500.02292.0691.8970.98
HexE771F9737021245c47
Octal34716137176702444134107
Binary1110011111100011111100111111011101010010010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771F9; }

 p { color: rgb(231,113,249); }

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

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

 a { background-color: rgb(231,113,249); }

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

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

 span { border-color: rgb(231,113,249); }

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