#ED76DE

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

Shades of Pale Magenta #ED76DE

Tints of Pale Magenta #ED76DE

Color information

#ED76DE (or 0xED76DE) is unknown color: approx Pale Magenta. HEX triplet: ED, 76 and DE. RGB value is (237,118,222). Sum of RGB (Red+Green+Blue) = 237+118+222=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76DE is #128921. Grayscale: #A5A5A5. Windows color (decimal): -1214754 or 14579437. OLE color: 14579437.

HSL color Cylindrical-coordinate representation of color #ED76DE: hue angle of 307.56º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76DE is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237118222-
CMYK00.500.060.07
HSL307.56º76.77%69.61%-
HSV(B)307.56º50.21%92.94%-
XYZ54.5936.2473.22-
YUV165.44159.92179.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 118 (46.48% from 255) = 20.45%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=41.07%
G=20.45%
B=38.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711822200.500.060.07307.5676.7769.61
HexED76DE032671344d46
Octal35516633606267464115106
Binary11101101111011011011110011001011011110011010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED76DE; }

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

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

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

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

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

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

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

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