#ED7CD9

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

Shades of Pale Magenta #ED7CD9

Tints of Pale Magenta #ED7CD9

Color information

#ED7CD9 (or 0xED7CD9) is unknown color: approx Pale Magenta. HEX triplet: ED, 7C and D9. RGB value is (237,124,217). Sum of RGB (Red+Green+Blue) = 237+124+217=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CD9 is #128326. Grayscale: #A8A8A8. Windows color (decimal): -1213223 or 14253293. OLE color: 14253293.

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

Color convert

RGB237124217-
CMYK00.480.080.07
HSL310.62º75.84%70.78%-
HSV(B)310.62º47.68%92.94%-
XYZ54.6637.4369.99-
YUV168.39155.44176.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 124 (48.83% from 255) = 21.45%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=41.00%
G=21.45%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712421700.480.080.07310.6275.8470.78
HexED7CD9030871374c47
Octal355174331060107467114107
Binary111011011111100110110010110000100011110011011110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CD9; }

 p { color: rgb(237,124,217); }

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

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

 a { background-color: rgb(237,124,217); }

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

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

 span { border-color: rgb(237,124,217); }

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