#E58DD3

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

Shades of Pale Magenta #E58DD3

Tints of Pale Magenta #E58DD3

Color information

#E58DD3 (or 0xE58DD3) is unknown color: approx Pale Magenta. HEX triplet: E5, 8D and D3. RGB value is (229,141,211). Sum of RGB (Red+Green+Blue) = 229+141+211=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DD3 is #1A722C. Grayscale: #AFAFAF. Windows color (decimal): -1733165 or 13864421. OLE color: 13864421.

HSL color Cylindrical-coordinate representation of color #E58DD3: hue angle of 312.27º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58DD3 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB229141211-
CMYK00.380.080.10
HSL312.27º62.86%72.55%-
HSV(B)312.27º38.43%89.8%-
XYZ53.640.4166.6-
YUV175.29148.15166.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.41%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=39.41%
G=24.27%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914121100.380.080.10312.2762.8672.55
HexE58DD30268A1383f49
Octal345215323046101247077111
Binary1110010110001101110100110100110100010101001110001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DD3; }

 p { color: rgb(229,141,211); }

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

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

 a { background-color: rgb(229,141,211); }

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

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

 span { border-color: rgb(229,141,211); }

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