#ED7DDC

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

Shades of Pale Magenta #ED7DDC

Tints of Pale Magenta #ED7DDC

Color information

#ED7DDC (or 0xED7DDC) is unknown color: approx Pale Magenta. HEX triplet: ED, 7D and DC. RGB value is (237,125,220). Sum of RGB (Red+Green+Blue) = 237+125+220=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DDC is #128223. Grayscale: #A9A9A9. Windows color (decimal): -1212964 or 14450157. OLE color: 14450157.

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

Color convert

RGB237125220-
CMYK00.470.070.07
HSL309.11º75.68%70.98%-
HSV(B)309.11º47.26%92.94%-
XYZ55.1837.8472.11-
YUV169.32156.61176.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 125 (49.22% from 255) = 21.48%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=40.72%
G=21.48%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712522000.470.070.07309.1175.6870.98
HexED7DDC02F771354c47
Octal35517533405777465114107
Binary11101101111110111011100010111111111110011010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DDC; }

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

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

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

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

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

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

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

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