#E586DA

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

Shades of Pale Magenta #E586DA

Tints of Pale Magenta #E586DA

Color information

#E586DA (or 0xE586DA) is unknown color: approx Pale Magenta. HEX triplet: E5, 86 and DA. RGB value is (229,134,218). Sum of RGB (Red+Green+Blue) = 229+134+218=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E586DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586DA is #1A7925. Grayscale: #ABABAB. Windows color (decimal): -1734950 or 14321381. OLE color: 14321381.

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

Color convert

RGB229134218-
CMYK00.410.050.10
HSL306.95º64.63%71.18%-
HSV(B)306.95º41.48%89.8%-
XYZ53.4938.7770.99-
YUV171.98153.97168.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.41%
GREEN value IS 134 (52.73% from 255) = 23.06%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=39.41%
G=23.06%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913421800.410.050.10306.9564.6371.18
HexE586DA0295A1334147
Octal345206332051512463101107
Binary1110010110000110110110100101001101101010011001110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E586DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E586DA; }

 p { color: rgb(229,134,218); }

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

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

 a { background-color: rgb(229,134,218); }

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

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

 span { border-color: rgb(229,134,218); }

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