#ED77EC

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

Shades of Violet #ED77EC

Tints of Violet #ED77EC

Color information

#ED77EC (or 0xED77EC) is unknown color: approx Violet. HEX triplet: ED, 77 and EC. RGB value is (237,119,236). Sum of RGB (Red+Green+Blue) = 237+119+236=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77EC is #128813. Grayscale: #A7A7A7. Windows color (decimal): -1214484 or 15497197. OLE color: 15497197.

HSL color Cylindrical-coordinate representation of color #ED77EC: hue angle of 300.51º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED77EC is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237119236-
CMYK00.500.000.07
HSL300.51º76.62%69.8%-
HSV(B)300.51º49.79%92.94%-
XYZ56.6637.2583.56-
YUV167.62166.59177.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 119 (46.88% from 255) = 20.10%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=40.03%
G=20.10%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711923600.500.000.07300.5176.6269.8
HexED77EC0320712d4d46
Octal35516735406207455115106
Binary111011011110111111011000110010011110010110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED77EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED77EC; }

 p { color: rgb(237,119,236); }

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

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

 a { background-color: rgb(237,119,236); }

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

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

 span { border-color: rgb(237,119,236); }

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