#ED84DF

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

Shades of Pale Magenta #ED84DF

Tints of Pale Magenta #ED84DF

Color information

#ED84DF (or 0xED84DF) is unknown color: approx Pale Magenta. HEX triplet: ED, 84 and DF. RGB value is (237,132,223). Sum of RGB (Red+Green+Blue) = 237+132+223=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84DF is #127B20. Grayscale: #ADADAD. Windows color (decimal): -1211169 or 14648557. OLE color: 14648557.

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

Color convert

RGB237132223-
CMYK00.440.060.07
HSL308º74.47%72.35%-
HSV(B)308º44.3%92.94%-
XYZ56.539.8374.52-
YUV173.77155.79173.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 132 (51.95% from 255) = 22.30%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=40.03%
G=22.30%
B=37.67%

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
Decimal23713222300.440.060.0730874.4772.35
HexED84DF02C671344a48
Octal35520433705467464112110
Binary111011011000010011011111010110011011110011010010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED84DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED84DF; }

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

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

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

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

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

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

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

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