#ED80DC

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

Shades of Pale Magenta #ED80DC

Tints of Pale Magenta #ED80DC

Color information

#ED80DC (or 0xED80DC) is unknown color: approx Pale Magenta. HEX triplet: ED, 80 and DC. RGB value is (237,128,220). Sum of RGB (Red+Green+Blue) = 237+128+220=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80DC is #127F23. Grayscale: #AAAAAA. Windows color (decimal): -1212196 or 14450925. OLE color: 14450925.

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

Color convert

RGB237128220-
CMYK00.460.070.07
HSL309.36º75.17%71.57%-
HSV(B)309.36º45.99%92.94%-
XYZ55.5638.6172.23-
YUV171.08155.61175.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 128 (50.39% from 255) = 21.88%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=40.51%
G=21.88%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712822000.460.070.07309.3675.1771.57
HexED80DC02E771354b48
Octal35520033405677465113110
Binary111011011000000011011100010111011111110011010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED80DC; }

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

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

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

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

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

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

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

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