Html Css Color HEX #ED82DC Pale Magenta

📋 copy color: '#ED82DC'

red 237 ◦ green 130 ◦ blue 220

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

Shades of Pale Magenta #ED82DC

Tints of Pale Magenta #ED82DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.15%

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

R = 40.37%
G = 22.15%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED82DC (or 0xED82DC) is known color: Pale Magenta. HEX triplet: ED, 82 and DC. RGB value is (237,130,220). Sum of RGB (Red+Green+Blue) = 237+130+220=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82DC is #127D23. Grayscale: #ACACAC. Windows color (decimal): -1211684 or 14451437. OLE color: 14451437.

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

Color convert

RGB 237 130 220 -
CMYK 0 0.45 0.07 0.07
HSL 309.53º 0.75% 0.72% -
HSV(B) 309.53º 0.45% 0.93% -
XYZ 55.83 39.14 72.32 -
YUV 172.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 237 130 220 0 0.45 0.07 0.07 309.53 0.75 0.72
Hex ED 82 DC 0 2D 7 7 136 4B 48
Octal 355 202 334 0 55 7 7 466 113 110
Binary 11101101 10000010 11011100 0 101101 111 111 100110110 1001011 1001000

Color Harmonies of #ED82DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82DC

Black with #ED82DC

Text Example


Text Example

White with #ED82DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82DC; }

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

 H1.HeaderClassName
 {
   color: #ED82DC;
 }
 .AnyTagClassName
 {
   color: #ED82DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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