#ED77EA

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

Shades of Violet #ED77EA

Tints of Violet #ED77EA

Color information

#ED77EA (or 0xED77EA) is unknown color: approx Violet. HEX triplet: ED, 77 and EA. RGB value is (237,119,234). Sum of RGB (Red+Green+Blue) = 237+119+234=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77EA is #128815. Grayscale: #A7A7A7. Windows color (decimal): -1214486 or 15366125. OLE color: 15366125.

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

Color convert

RGB237119234-
CMYK00.500.010.07
HSL301.53º76.62%69.8%-
HSV(B)301.53º49.79%92.94%-
XYZ56.3737.1482.04-
YUV167.39165.59177.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 119 (46.88% from 255) = 20.17%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=40.17%
G=20.17%
B=39.66%

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
Decimal23711923400.500.010.07301.5376.6269.8
HexED77EA0321712e4d46
Octal35516735206217456115106
Binary111011011110111111010100110010111110010111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED77EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED77EA; }

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

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

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

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

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

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

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

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