#ED86DC

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

Shades of Pale Magenta #ED86DC

Tints of Pale Magenta #ED86DC

Color information

#ED86DC (or 0xED86DC) is unknown color: approx Pale Magenta. HEX triplet: ED, 86 and DC. RGB value is (237,134,220). Sum of RGB (Red+Green+Blue) = 237+134+220=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86DC is #127923. Grayscale: #AEAEAE. Windows color (decimal): -1210660 or 14452461. OLE color: 14452461.

HSL color Cylindrical-coordinate representation of color #ED86DC: hue angle of 309.9º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED86DC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237134220-
CMYK00.430.070.07
HSL309.9º74.1%72.75%-
HSV(B)309.9º43.46%92.94%-
XYZ56.3740.2272.5-
YUV174.6153.62172.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 134 (52.73% from 255) = 22.67%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=40.10%
G=22.67%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713422000.430.070.07309.974.172.75
HexED86DC02B771364a49
Octal35520633405377466112111
Binary111011011000011011011100010101111111110011011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86DC; }

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

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

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

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

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

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

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

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