#E585D9

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

Shades of Pale Magenta #E585D9

Tints of Pale Magenta #E585D9

Color information

#E585D9 (or 0xE585D9) is unknown color: approx Pale Magenta. HEX triplet: E5, 85 and D9. RGB value is (229,133,217). Sum of RGB (Red+Green+Blue) = 229+133+217=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E585D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585D9 is #1A7A26. Grayscale: #ABABAB. Windows color (decimal): -1735207 or 14255589. OLE color: 14255589.

HSL color Cylindrical-coordinate representation of color #E585D9: hue angle of 307.5º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585D9 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229133217-
CMYK00.420.050.10
HSL307.5º64.86%70.98%-
HSV(B)307.5º41.92%89.8%-
XYZ53.2338.4470.26-
YUV171.28153.8169.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.55%
GREEN value IS 133 (52.34% from 255) = 22.97%
BLUE value IS 217 (85.16% from 255) = 37.48%
R=39.55%
G=22.97%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913321700.420.050.10307.564.8670.98
HexE585D902A5A1344147
Octal345205331052512464101107
Binary1110010110000101110110010101010101101010011010010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585D9; }

 p { color: rgb(229,133,217); }

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

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

 a { background-color: rgb(229,133,217); }

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

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

 span { border-color: rgb(229,133,217); }

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