#ED8DDF

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

Shades of Pale Magenta #ED8DDF

Tints of Pale Magenta #ED8DDF

Color information

#ED8DDF (or 0xED8DDF) is unknown color: approx Pale Magenta. HEX triplet: ED, 8D and DF. RGB value is (237,141,223). Sum of RGB (Red+Green+Blue) = 237+141+223=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DDF is #127220. Grayscale: #B2B2B2. Windows color (decimal): -1208865 or 14650861. OLE color: 14650861.

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

Color convert

RGB237141223-
CMYK00.410.060.07
HSL308.75º72.73%74.12%-
HSV(B)308.75º40.51%92.94%-
XYZ57.7742.3874.95-
YUV179.05152.8169.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 141 (55.47% from 255) = 23.46%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=39.43%
G=23.46%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714122300.410.060.07308.7572.7374.12
HexED8DDF02967135494a
Octal35521533705167465111112
Binary111011011000110111011111010100111011110011010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DDF; }

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

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

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

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

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

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

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

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