#ED7DDF

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

Shades of Pale Magenta #ED7DDF

Tints of Pale Magenta #ED7DDF

Color information

#ED7DDF (or 0xED7DDF) is unknown color: approx Pale Magenta. HEX triplet: ED, 7D and DF. RGB value is (237,125,223). Sum of RGB (Red+Green+Blue) = 237+125+223=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DDF is #128220. Grayscale: #A9A9A9. Windows color (decimal): -1212961 or 14646765. OLE color: 14646765.

HSL color Cylindrical-coordinate representation of color #ED7DDF: hue angle of 307.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7DDF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237125223-
CMYK00.470.060.07
HSL307.5º75.68%70.98%-
HSV(B)307.5º47.26%92.94%-
XYZ55.583874.22-
YUV169.66158.11176.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 125 (49.22% from 255) = 21.37%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=40.51%
G=21.37%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712522300.470.060.07307.575.6870.98
HexED7DDF02F671344c47
Octal35517533705767464114107
Binary11101101111110111011111010111111011110011010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DDF; }

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

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

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

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

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

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

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

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