#E76DF1

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

Shades of Heliotrope #E76DF1

Tints of Heliotrope #E76DF1

Color information

#E76DF1 (or 0xE76DF1) is unknown color: approx Heliotrope. HEX triplet: E7, 6D and F1. RGB value is (231,109,241). Sum of RGB (Red+Green+Blue) = 231+109+241=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #E76DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76DF1 is #18920E. Grayscale: #A0A0A0. Windows color (decimal): -1610255 or 15822311. OLE color: 15822311.

HSL color Cylindrical-coordinate representation of color #E76DF1: hue angle of 295.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76DF1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231109241-
CMYK0.040.5500.05
HSL295.45º82.5%68.63%-
HSV(B)295.45º54.77%94.51%-
XYZ54.334.2886.97-
YUV160.53173.42178.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.76%
GREEN value IS 109 (42.97% from 255) = 18.76%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=39.76%
G=18.76%
B=41.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311092410.040.5500.05295.4582.568.63
HexE76DF1437051275245
Octal34715536146705447122105
Binary11100111110110111110001100110111010110010011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76DF1; }

 p { color: rgb(231,109,241); }

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

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

 a { background-color: rgb(231,109,241); }

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

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

 span { border-color: rgb(231,109,241); }

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