#E585D4

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

Shades of Pale Magenta #E585D4

Tints of Pale Magenta #E585D4

Color information

#E585D4 (or 0xE585D4) is unknown color: approx Pale Magenta. HEX triplet: E5, 85 and D4. RGB value is (229,133,212). Sum of RGB (Red+Green+Blue) = 229+133+212=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E585D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585D4 is #1A7A2B. Grayscale: #AAAAAA. Windows color (decimal): -1735212 or 13927909. OLE color: 13927909.

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

Color convert

RGB229133212-
CMYK00.420.070.10
HSL310.62º64.86%70.98%-
HSV(B)310.62º41.92%89.8%-
XYZ52.5838.1966.89-
YUV170.71151.3169.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.90%
GREEN value IS 133 (52.34% from 255) = 23.17%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=39.90%
G=23.17%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913321200.420.070.10310.6264.8670.98
HexE585D402A7A1374147
Octal345205324052712467101107
Binary1110010110000101110101000101010111101010011011110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585D4; }

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

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

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

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

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

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

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

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