#ED76EC

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

Shades of Violet #ED76EC

Tints of Violet #ED76EC

Color information

#ED76EC (or 0xED76EC) is unknown color: approx Violet. HEX triplet: ED, 76 and EC. RGB value is (237,118,236). Sum of RGB (Red+Green+Blue) = 237+118+236=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76EC is #128913. Grayscale: #A6A6A6. Windows color (decimal): -1214740 or 15496941. OLE color: 15496941.

HSL color Cylindrical-coordinate representation of color #ED76EC: hue angle of 300.5º 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 #ED76EC is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237118236-
CMYK00.500.000.07
HSL300.5º76.77%69.61%-
HSV(B)300.5º50.21%92.94%-
XYZ56.5437.0283.52-
YUV167.03166.92177.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 118 (46.48% from 255) = 19.97%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=40.10%
G=19.97%
B=39.93%

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
Decimal23711823600.500.000.07300.576.7769.61
HexED76EC0320712d4d46
Octal35516635406207455115106
Binary111011011110110111011000110010011110010110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED76EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED76EC; }

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

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

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

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

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

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

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

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