#ED77DC

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

Shades of Pale Magenta #ED77DC

Tints of Pale Magenta #ED77DC

Color information

#ED77DC (or 0xED77DC) is unknown color: approx Pale Magenta. HEX triplet: ED, 77 and DC. RGB value is (237,119,220). Sum of RGB (Red+Green+Blue) = 237+119+220=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77DC is #128823. Grayscale: #A5A5A5. Windows color (decimal): -1214500 or 14448621. OLE color: 14448621.

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

Color convert

RGB237119220-
CMYK00.500.070.07
HSL308.64º76.62%69.8%-
HSV(B)308.64º49.79%92.94%-
XYZ54.4436.3771.86-
YUV165.8158.59178.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 119 (46.88% from 255) = 20.66%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=41.15%
G=20.66%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711922000.500.070.07308.6476.6269.8
HexED77DC032771354d46
Octal35516733406277465115106
Binary11101101111011111011100011001011111110011010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED77DC; }

 p { color: rgb(237,119,220); }

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

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

 a { background-color: rgb(237,119,220); }

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

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

 span { border-color: rgb(237,119,220); }

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