#ED7FDD

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

Shades of Pale Magenta #ED7FDD

Tints of Pale Magenta #ED7FDD

Color information

#ED7FDD (or 0xED7FDD) is unknown color: approx Pale Magenta. HEX triplet: ED, 7F and DD. RGB value is (237,127,221). Sum of RGB (Red+Green+Blue) = 237+127+221=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FDD is #128022. Grayscale: #AAAAAA. Windows color (decimal): -1212451 or 14516205. OLE color: 14516205.

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

Color convert

RGB237127221-
CMYK00.460.070.07
HSL308.73º75.34%71.37%-
HSV(B)308.73º46.41%92.94%-
XYZ55.5738.472.89-
YUV170.61156.44175.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 127 (50% from 255) = 21.71%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=40.51%
G=21.71%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712722100.460.070.07308.7375.3471.37
HexED7FDD02E771354b47
Octal35517733505677465113107
Binary11101101111111111011101010111011111110011010110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7FDD; }

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

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

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

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

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

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

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

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