#ED76EB

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

Shades of Violet #ED76EB

Tints of Violet #ED76EB

Color information

#ED76EB (or 0xED76EB) is unknown color: approx Violet. HEX triplet: ED, 76 and EB. RGB value is (237,118,235). Sum of RGB (Red+Green+Blue) = 237+118+235=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76EB is #128914. Grayscale: #A6A6A6. Windows color (decimal): -1214741 or 15431405. OLE color: 15431405.

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

Color convert

RGB237118235-
CMYK00.500.010.07
HSL301.01º76.77%69.61%-
HSV(B)301.01º50.21%92.94%-
XYZ56.436.9682.76-
YUV166.92166.42177.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 118 (46.48% from 255) = 20%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=40.17%
G=20%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711823500.500.010.07301.0176.7769.61
HexED76EB0321712d4d46
Octal35516635306217455115106
Binary111011011110110111010110110010111110010110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED76EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED76EB; }

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

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

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

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

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

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

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

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