#ED86DD

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

Shades of Pale Magenta #ED86DD

Tints of Pale Magenta #ED86DD

Color information

#ED86DD (or 0xED86DD) is unknown color: approx Pale Magenta. HEX triplet: ED, 86 and DD. RGB value is (237,134,221). Sum of RGB (Red+Green+Blue) = 237+134+221=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86DD is #127922. Grayscale: #AEAEAE. Windows color (decimal): -1210659 or 14517997. OLE color: 14517997.

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

Color convert

RGB237134221-
CMYK00.430.070.07
HSL309.32º74.1%72.75%-
HSV(B)309.32º43.46%92.94%-
XYZ56.540.2873.2-
YUV174.72154.12172.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 134 (52.73% from 255) = 22.64%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=40.03%
G=22.64%
B=37.33%

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
Decimal23713422100.430.070.07309.3274.172.75
HexED86DD02B771354a49
Octal35520633505377465112111
Binary111011011000011011011101010101111111110011010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86DD; }

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

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

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

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

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

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

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

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