#E771F3

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

Shades of Heliotrope #E771F3

Tints of Heliotrope #E771F3

Color information

#E771F3 (or 0xE771F3) is unknown color: approx Heliotrope. HEX triplet: E7, 71 and F3. RGB value is (231,113,243). Sum of RGB (Red+Green+Blue) = 231+113+243=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #E771F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E771F3 is #188E0C. Grayscale: #A2A2A2. Windows color (decimal): -1609229 or 15954407. OLE color: 15954407.

HSL color Cylindrical-coordinate representation of color #E771F3: hue angle of 294.46º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E771F3 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231113243-
CMYK0.050.5300.05
HSL294.46º84.42%69.8%-
HSV(B)294.46º53.5%95.29%-
XYZ55.0435.2788.7-
YUV163.1173.09176.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.35%
GREEN value IS 113 (44.53% from 255) = 19.25%
BLUE value IS 243 (95.31% from 255) = 41.40%
R=39.35%
G=19.25%
B=41.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311132430.050.5300.05294.4684.4269.8
HexE771F3535051265446
Octal34716136356505446124106
Binary11100111111000111110011101110101010110010011010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771F3; }

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

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

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

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

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

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

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

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