#E58BD7

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

Shades of Pale Magenta #E58BD7

Tints of Pale Magenta #E58BD7

Color information

#E58BD7 (or 0xE58BD7) is unknown color: approx Pale Magenta. HEX triplet: E5, 8B and D7. RGB value is (229,139,215). Sum of RGB (Red+Green+Blue) = 229+139+215=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BD7 is #1A7428. Grayscale: #AEAEAE. Windows color (decimal): -1733673 or 14126053. OLE color: 14126053.

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

Color convert

RGB229139215-
CMYK00.390.060.10
HSL309.33º63.38%72.16%-
HSV(B)309.33º39.3%89.8%-
XYZ53.8140.0369.18-
YUV174.57150.82166.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.28%
GREEN value IS 139 (54.69% from 255) = 23.84%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=39.28%
G=23.84%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913921500.390.060.10309.3363.3872.16
HexE58BD70276A1353f48
Octal34521332704761246577110
Binary111001011000101111010111010011111010101001101011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58BD7; }

 p { color: rgb(229,139,215); }

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

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

 a { background-color: rgb(229,139,215); }

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

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

 span { border-color: rgb(229,139,215); }

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