#ED84DD

Color #ED84DD Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #ED84DD

Tints of Pale Magenta #ED84DD

Color information

#ED84DD (or 0xED84DD) is unknown color: approx Pale Magenta. HEX triplet: ED, 84 and DD. RGB value is (237,132,221). Sum of RGB (Red+Green+Blue) = 237+132+221=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84DD is #127B22. Grayscale: #ADADAD. Windows color (decimal): -1211171 or 14517485. OLE color: 14517485.

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

Color convert

RGB237132221-
CMYK00.440.070.07
HSL309.14º74.47%72.35%-
HSV(B)309.14º44.3%92.94%-
XYZ56.2339.7373.11-
YUV173.54154.79173.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=40.17%
G=22.37%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713222100.440.070.07309.1474.4772.35
HexED84DD02C771354a48
Octal35520433505477465112110
Binary111011011000010011011101010110011111110011010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED84DD; }

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

 H1.HeaderClassName
 {
   color: #ED84DD;
 }
 .AnyTagClassName
 {
   color: #ED84DD;
 }
</style>
background-color css

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

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

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

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

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

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