#E77DFD

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

Shades of Heliotrope #E77DFD

Tints of Heliotrope #E77DFD

Color information

#E77DFD (or 0xE77DFD) is unknown color: approx Heliotrope. HEX triplet: E7, 7D and FD. RGB value is (231,125,253). Sum of RGB (Red+Green+Blue) = 231+125+253=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #E77DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77DFD is #188202. Grayscale: #AAAAAA. Windows color (decimal): -1606147 or 16612839. OLE color: 16612839.

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

Color convert

RGB231125253-
CMYK0.090.5100.01
HSL289.69º96.97%74.12%-
HSV(B)289.69º50.59%99.22%-
XYZ58.0238.7597.35-
YUV171.29174.12170.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 125 (49.22% from 255) = 20.53%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=37.93%
G=20.53%
B=41.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311252530.090.5100.01289.6996.9774.12
HexE77DFD93301122614a
Octal347175375116301442141112
Binary1110011111111011111110110011100110110010001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DFD; }

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

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

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

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

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

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

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

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