#ED7DD1

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

Shades of Pale Magenta #ED7DD1

Tints of Pale Magenta #ED7DD1

Color information

#ED7DD1 (or 0xED7DD1) is unknown color: approx Pale Magenta. HEX triplet: ED, 7D and D1. RGB value is (237,125,209). Sum of RGB (Red+Green+Blue) = 237+125+209=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DD1 is #12822E. Grayscale: #A7A7A7. Windows color (decimal): -1212975 or 13729261. OLE color: 13729261.

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

Color convert

RGB237125209-
CMYK00.470.120.07
HSL315º75.68%70.98%-
HSV(B)315º47.26%92.94%-
XYZ53.7737.2864.68-
YUV168.06151.11177.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 125 (49.22% from 255) = 21.89%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=41.51%
G=21.89%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712520900.470.120.0731575.6870.98
HexED7DD102FC713b4c47
Octal355175321057147473114107
Binary111011011111101110100010101111110011110011101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DD1; }

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

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

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

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

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

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

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

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