#E58BD6

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

Shades of Pale Magenta #E58BD6

Tints of Pale Magenta #E58BD6

Color information

#E58BD6 (or 0xE58BD6) is unknown color: approx Pale Magenta. HEX triplet: E5, 8B and D6. RGB value is (229,139,214). Sum of RGB (Red+Green+Blue) = 229+139+214=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BD6 is #1A7429. Grayscale: #AEAEAE. Windows color (decimal): -1733674 or 14060517. OLE color: 14060517.

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

Color convert

RGB229139214-
CMYK00.390.070.10
HSL310º63.38%72.16%-
HSV(B)310º39.3%89.8%-
XYZ53.6839.9868.51-
YUV174.46150.32166.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.35%
GREEN value IS 139 (54.69% from 255) = 23.88%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=39.35%
G=23.88%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913921400.390.070.1031063.3872.16
HexE58BD60277A1363f48
Octal34521332604771246677110
Binary111001011000101111010110010011111110101001101101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58BD6; }

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

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

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

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

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

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

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

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