#E77EF5

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

Shades of Violet #E77EF5

Tints of Violet #E77EF5

Color information

#E77EF5 (or 0xE77EF5) is unknown color: approx Violet. HEX triplet: E7, 7E and F5. RGB value is (231,126,245). Sum of RGB (Red+Green+Blue) = 231+126+245=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 126 (49.61% from 255 or 20.93% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 245 - color contains mainly: blue. Hex color #E77EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77EF5 is #18810A. Grayscale: #AAAAAA. Windows color (decimal): -1605899 or 16088807. OLE color: 16088807.

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

Color convert

RGB231126245-
CMYK0.060.4900.04
HSL292.94º85.61%72.75%-
HSV(B)292.94º48.57%96.08%-
XYZ56.938.590.82-
YUV170.96169.79170.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 126 (49.61% from 255) = 20.93%
BLUE value IS 245 (96.09% from 255) = 40.70%
R=38.37%
G=20.93%
B=40.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2311262450.060.4900.04292.9485.6172.75
HexE77EF5631041255649
Octal34717636566104445126111
Binary11100111111111011110101110110001010010010010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77EF5; }

 p { color: rgb(231,126,245); }

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

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

 a { background-color: rgb(231,126,245); }

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

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

 span { border-color: rgb(231,126,245); }

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