Html Css Color HEX #ED82D1 Pale Magenta

📋 copy color: '#ED82D1'

red 237 ◦ green 130 ◦ blue 209

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

Shades of Pale Magenta #ED82D1

Tints of Pale Magenta #ED82D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.28%

R = 41.15%
G = 22.57%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED82D1 (or 0xED82D1) is known color: Pale Magenta. HEX triplet: ED, 82 and D1. RGB value is (237,130,209). Sum of RGB (Red+Green+Blue) = 237+130+209=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82D1 is #127D2E. Grayscale: #AAAAAA. Windows color (decimal): -1211695 or 13730541. OLE color: 13730541.

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

Color convert

RGB 237 130 209 -
CMYK 0 0.45 0.12 0.07
HSL 315.7º 0.75% 0.72% -
HSV(B) 315.7º 0.45% 0.93% -
XYZ 54.42 38.57 64.9 -
YUV 171 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 237 130 209 0 0.45 0.12 0.07 315.7 0.75 0.72
Hex ED 82 D1 0 2D C 7 13C 4B 48
Octal 355 202 321 0 55 14 7 474 113 110
Binary 11101101 10000010 11010001 0 101101 1100 111 100111100 1001011 1001000

Color Harmonies of #ED82D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82D1

Black with #ED82D1

Text Example


Text Example

White with #ED82D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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