#E58AD1

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

Shades of Pale Magenta #E58AD1

Tints of Pale Magenta #E58AD1

Color information

#E58AD1 (or 0xE58AD1) is unknown color: approx Pale Magenta. HEX triplet: E5, 8A and D1. RGB value is (229,138,209). Sum of RGB (Red+Green+Blue) = 229+138+209=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58AD1 is #1A752E. Grayscale: #ADADAD. Windows color (decimal): -1733935 or 13732581. OLE color: 13732581.

HSL color Cylindrical-coordinate representation of color #E58AD1: hue angle of 313.19º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AD1 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB229138209-
CMYK00.400.090.10
HSL313.19º63.64%71.96%-
HSV(B)313.19º39.74%89.8%-
XYZ52.9139.4465.15-
YUV173.3148.15167.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.76%
GREEN value IS 138 (54.30% from 255) = 23.96%
BLUE value IS 209 (82.03% from 255) = 36.28%
R=39.76%
G=23.96%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913820900.400.090.10313.1963.6471.96
HexE58AD10289A1394048
Octal3452123210501112471100110
Binary11100101100010101101000101010001001101010011100110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58AD1; }

 p { color: rgb(229,138,209); }

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

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

 a { background-color: rgb(229,138,209); }

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

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

 span { border-color: rgb(229,138,209); }

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