#E76DEC

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

Shades of Violet #E76DEC

Tints of Violet #E76DEC

Color information

#E76DEC (or 0xE76DEC) is unknown color: approx Violet. HEX triplet: E7, 6D and EC. RGB value is (231,109,236). Sum of RGB (Red+Green+Blue) = 231+109+236=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #E76DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76DEC is #189213. Grayscale: #9F9F9F. Windows color (decimal): -1610260 or 15494631. OLE color: 15494631.

HSL color Cylindrical-coordinate representation of color #E76DEC: hue angle of 297.64º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76DEC is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231109236-
CMYK0.020.5400.07
HSL297.64º76.97%67.65%-
HSV(B)297.64º53.81%92.55%-
XYZ53.5633.9883.09-
YUV159.96170.92178.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 109 (42.97% from 255) = 18.92%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=40.10%
G=18.92%
B=40.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311092360.020.5400.07297.6476.9767.65
HexE76DEC2360712a4d44
Octal34715535426607452115104
Binary1110011111011011110110010110110011110010101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76DEC; }

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

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

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

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

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

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

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

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