#ED80EA

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

Shades of Violet #ED80EA

Tints of Violet #ED80EA

Color information

#ED80EA (or 0xED80EA) is unknown color: approx Violet. HEX triplet: ED, 80 and EA. RGB value is (237,128,234). Sum of RGB (Red+Green+Blue) = 237+128+234=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80EA is #127F15. Grayscale: #ACACAC. Windows color (decimal): -1212182 or 15368429. OLE color: 15368429.

HSL color Cylindrical-coordinate representation of color #ED80EA: hue angle of 301.65º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80EA is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237128234-
CMYK00.460.010.07
HSL301.65º75.17%71.57%-
HSV(B)301.65º45.99%92.94%-
XYZ57.539.3882.41-
YUV172.68162.61173.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 128 (50.39% from 255) = 21.37%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=39.57%
G=21.37%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712823400.460.010.07301.6575.1771.57
HexED80EA02E1712e4b48
Octal35520035205617456113110
Binary1110110110000000111010100101110111110010111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED80EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED80EA; }

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

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

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

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

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

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

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

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