Html Css Color HEX #ED82D2 Pale Magenta

📋 copy color: '#ED82D2'

red 237 ◦ green 130 ◦ blue 210

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

Shades of Pale Magenta #ED82D2

Tints of Pale Magenta #ED82D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.4%

R = 41.07%
G = 22.53%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED82D2 (or 0xED82D2) is known color: Pale Magenta. HEX triplet: ED, 82 and D2. RGB value is (237,130,210). Sum of RGB (Red+Green+Blue) = 237+130+210=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82D2 is #127D2D. Grayscale: #AAAAAA. Windows color (decimal): -1211694 or 13796077. OLE color: 13796077.

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

Color convert

RGB 237 130 210 -
CMYK 0 0.45 0.11 0.07
HSL 315.14º 0.75% 0.72% -
HSV(B) 315.14º 0.45% 0.93% -
XYZ 54.54 38.62 65.55 -
YUV 171.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 237 130 210 0 0.45 0.11 0.07 315.14 0.75 0.72
Hex ED 82 D2 0 2D B 7 13B 4B 48
Octal 355 202 322 0 55 13 7 473 113 110
Binary 11101101 10000010 11010010 0 101101 1011 111 100111011 1001011 1001000

Color Harmonies of #ED82D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82D2

Black with #ED82D2

Text Example


Text Example

White with #ED82D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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