#ED80DF

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

Shades of Pale Magenta #ED80DF

Tints of Pale Magenta #ED80DF

Color information

#ED80DF (or 0xED80DF) is unknown color: approx Pale Magenta. HEX triplet: ED, 80 and DF. RGB value is (237,128,223). Sum of RGB (Red+Green+Blue) = 237+128+223=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80DF is #127F20. Grayscale: #ABABAB. Windows color (decimal): -1212193 or 14647533. OLE color: 14647533.

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

Color convert

RGB237128223-
CMYK00.460.060.07
HSL307.71º75.17%71.57%-
HSV(B)307.71º45.99%92.94%-
XYZ55.9638.7774.35-
YUV171.42157.11174.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 128 (50.39% from 255) = 21.77%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=40.31%
G=21.77%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712822300.460.060.07307.7175.1771.57
HexED80DF02E671344b48
Octal35520033705667464113110
Binary111011011000000011011111010111011011110011010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED80DF; }

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

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

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

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

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

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

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

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