#ED7FD2

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

Shades of Pale Magenta #ED7FD2

Tints of Pale Magenta #ED7FD2

Color information

#ED7FD2 (or 0xED7FD2) is unknown color: approx Pale Magenta. HEX triplet: ED, 7F and D2. RGB value is (237,127,210). Sum of RGB (Red+Green+Blue) = 237+127+210=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FD2 is #12802D. Grayscale: #A9A9A9. Windows color (decimal): -1212462 or 13795309. OLE color: 13795309.

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

Color convert

RGB237127210-
CMYK00.460.110.07
HSL314.73º75.34%71.37%-
HSV(B)314.73º46.41%92.94%-
XYZ54.1537.8465.42-
YUV169.35150.94176.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 127 (50% from 255) = 22.13%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=41.29%
G=22.13%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712721000.460.110.07314.7375.3471.37
HexED7FD202EB713b4b47
Octal355177322056137473113107
Binary111011011111111110100100101110101111110011101110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7FD2; }

 p { color: rgb(237,127,210); }

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

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

 a { background-color: rgb(237,127,210); }

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

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

 span { border-color: rgb(237,127,210); }

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