#ED77EB

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

Shades of Violet #ED77EB

Tints of Violet #ED77EB

Color information

#ED77EB (or 0xED77EB) is unknown color: approx Violet. HEX triplet: ED, 77 and EB. RGB value is (237,119,235). Sum of RGB (Red+Green+Blue) = 237+119+235=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77EB is #128814. Grayscale: #A7A7A7. Windows color (decimal): -1214485 or 15431661. OLE color: 15431661.

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

Color convert

RGB237119235-
CMYK00.500.010.07
HSL301.02º76.62%69.8%-
HSV(B)301.02º49.79%92.94%-
XYZ56.5237.282.8-
YUV167.51166.09177.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 119 (46.88% from 255) = 20.14%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=40.10%
G=20.14%
B=39.76%

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
Decimal23711923500.500.010.07301.0276.6269.8
HexED77EB0321712d4d46
Octal35516735306217455115106
Binary111011011110111111010110110010111110010110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED77EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED77EB; }

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

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

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

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

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

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

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

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