#ED7FDE

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

Shades of Pale Magenta #ED7FDE

Tints of Pale Magenta #ED7FDE

Color information

#ED7FDE (or 0xED7FDE) is unknown color: approx Pale Magenta. HEX triplet: ED, 7F and DE. RGB value is (237,127,222). Sum of RGB (Red+Green+Blue) = 237+127+222=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FDE is #128021. Grayscale: #AAAAAA. Windows color (decimal): -1212450 or 14581741. OLE color: 14581741.

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

Color convert

RGB237127222-
CMYK00.460.060.07
HSL308.18º75.34%71.37%-
HSV(B)308.18º46.41%92.94%-
XYZ55.738.4673.59-
YUV170.72156.94175.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 127 (50% from 255) = 21.67%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=40.44%
G=21.67%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712722200.460.060.07308.1875.3471.37
HexED7FDE02E671344b47
Octal35517733605667464113107
Binary11101101111111111011110010111011011110011010010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7FDE; }

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

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

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

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

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

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

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

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