Html Css Color HEX #ED82D4 Pale Magenta

📋 copy color: '#ED82D4'

red 237 ◦ green 130 ◦ blue 212

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

Shades of Pale Magenta #ED82D4

Tints of Pale Magenta #ED82D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 40.93%
G = 22.45%
B = 36.61%

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

#ED82D4 (or 0xED82D4) is known color: Pale Magenta. HEX triplet: ED, 82 and D4. RGB value is (237,130,212). Sum of RGB (Red+Green+Blue) = 237+130+212=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82D4 is #127D2B. Grayscale: #ABABAB. Windows color (decimal): -1211692 or 13927149. OLE color: 13927149.

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

Color convert

RGB 237 130 212 -
CMYK 0 0.45 0.11 0.07
HSL 314.02º 0.75% 0.72% -
HSV(B) 314.02º 0.45% 0.93% -
XYZ 54.79 38.72 66.87 -
YUV 171.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 237 130 212 0 0.45 0.11 0.07 314.02 0.75 0.72
Hex ED 82 D4 0 2D B 7 13A 4B 48
Octal 355 202 324 0 55 13 7 472 113 110
Binary 11101101 10000010 11010100 0 101101 1011 111 100111010 1001011 1001000

Color Harmonies of #ED82D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82D4

Black with #ED82D4

Text Example


Text Example

White with #ED82D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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