#E77DF4

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

Shades of Violet #E77DF4

Tints of Violet #E77DF4

Color information

#E77DF4 (or 0xE77DF4) is unknown color: approx Violet. HEX triplet: E7, 7D and F4. RGB value is (231,125,244). Sum of RGB (Red+Green+Blue) = 231+125+244=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 244 - color contains mainly: blue. Hex color #E77DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77DF4 is #18820B. Grayscale: #A9A9A9. Windows color (decimal): -1606156 or 16023015. OLE color: 16023015.

HSL color Cylindrical-coordinate representation of color #E77DF4: hue angle of 293.45º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E77DF4 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB231125244-
CMYK0.050.4900.04
HSL293.45º84.4%72.35%-
HSV(B)293.45º48.77%95.69%-
XYZ56.6238.1989.97-
YUV170.26169.62171.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 125 (49.22% from 255) = 20.83%
BLUE value IS 244 (95.70% from 255) = 40.67%
R=38.5%
G=20.83%
B=40.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2311252440.050.4900.04293.4584.472.35
HexE77DF4531041255448
Octal34717536456104445124110
Binary11100111111110111110100101110001010010010010110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DF4; }

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

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

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

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

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

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

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

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