Html Css Color HEX #ED84DC Pale Magenta

📋 copy color: '#ED84DC'

red 237 ◦ green 132 ◦ blue 220

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

Shades of Pale Magenta #ED84DC

Tints of Pale Magenta #ED84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.41%

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

R = 40.24%
G = 22.41%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED84DC (or 0xED84DC) is known color: Pale Magenta. HEX triplet: ED, 84 and DC. RGB value is (237,132,220). Sum of RGB (Red+Green+Blue) = 237+132+220=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84DC is #127B23. Grayscale: #ADADAD. Windows color (decimal): -1211172 or 14451949. OLE color: 14451949.

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

Color convert

RGB 237 132 220 -
CMYK 0 0.44 0.07 0.07
HSL 309.71º 0.74% 0.72% -
HSV(B) 309.71º 0.44% 0.93% -
XYZ 56.09 39.67 72.41 -
YUV 173.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 237 132 220 0 0.44 0.07 0.07 309.71 0.74 0.72
Hex ED 84 DC 0 2C 7 7 136 4A 48
Octal 355 204 334 0 54 7 7 466 112 110
Binary 11101101 10000100 11011100 0 101100 111 111 100110110 1001010 1001000

Color Harmonies of #ED84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84DC

Black with #ED84DC

Text Example


Text Example

White with #ED84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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