#ED84DE

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

Shades of Pale Magenta #ED84DE

Tints of Pale Magenta #ED84DE

Color information

#ED84DE (or 0xED84DE) is unknown color: approx Pale Magenta. HEX triplet: ED, 84 and DE. RGB value is (237,132,222). Sum of RGB (Red+Green+Blue) = 237+132+222=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84DE is #127B21. Grayscale: #ADADAD. Windows color (decimal): -1211170 or 14583021. OLE color: 14583021.

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

Color convert

RGB237132222-
CMYK00.440.060.07
HSL308.57º74.47%72.35%-
HSV(B)308.57º44.3%92.94%-
XYZ56.3639.7873.82-
YUV173.65155.29173.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 132 (51.95% from 255) = 22.34%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=40.10%
G=22.34%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713222200.440.060.07308.5774.4772.35
HexED84DE02C671354a48
Octal35520433605467465112110
Binary111011011000010011011110010110011011110011010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED84DE; }

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

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

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

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

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

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

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

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