Html Css Color HEX #ED86DC Pale Magenta

📋 copy color: '#ED86DC'

red 237 ◦ green 134 ◦ blue 220

#ED86DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #ED86DC

Tints of Pale Magenta #ED86DC

RGB

 RED value IS 237 (92.97% from 255) = 40.1%

 GREEN value IS 134 (52.73% from 255) = 22.67%

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 40.1%
G = 22.67%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED86DC (or 0xED86DC) is known color: 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

RGB 237 134 220 -
CMYK 0 0.43 0.07 0.07
HSL 309.9º 0.74% 0.73% -
HSV(B) 309.9º 0.43% 0.93% -
XYZ 56.37 40.22 72.5 -
YUV 174.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 237 134 220 0 0.43 0.07 0.07 309.9 0.74 0.73
Hex ED 86 DC 0 2B 7 7 136 4A 49
Octal 355 206 334 0 53 7 7 466 112 111
Binary 11101101 10000110 11011100 0 101011 111 111 100110110 1001010 1001001

Color Harmonies of #ED86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86DC

Black with #ED86DC

Text Example


Text Example

White with #ED86DC

Text Example


Text Example

HTML Codes & Css Web 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>