#ED76EA

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

Shades of Violet #ED76EA

Tints of Violet #ED76EA

Color information

#ED76EA (or 0xED76EA) is unknown color: approx Violet. HEX triplet: ED, 76 and EA. RGB value is (237,118,234). Sum of RGB (Red+Green+Blue) = 237+118+234=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76EA is #128915. Grayscale: #A6A6A6. Windows color (decimal): -1214742 or 15365869. OLE color: 15365869.

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

Color convert

RGB237118234-
CMYK00.500.010.07
HSL301.51º76.77%69.61%-
HSV(B)301.51º50.21%92.94%-
XYZ56.2536.982-
YUV166.8165.92178.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 118 (46.48% from 255) = 20.03%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=40.24%
G=20.03%
B=39.73%

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
Decimal23711823400.500.010.07301.5176.7769.61
HexED76EA0321712e4d46
Octal35516635206217456115106
Binary111011011110110111010100110010111110010111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED76EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED76EA; }

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

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

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

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

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

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

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

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