#E58BDB

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

Shades of Pale Magenta #E58BDB

Tints of Pale Magenta #E58BDB

Color information

#E58BDB (or 0xE58BDB) is unknown color: approx Pale Magenta. HEX triplet: E5, 8B and DB. RGB value is (229,139,219). Sum of RGB (Red+Green+Blue) = 229+139+219=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BDB is #1A7424. Grayscale: #AEAEAE. Windows color (decimal): -1733669 or 14388197. OLE color: 14388197.

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

Color convert

RGB229139219-
CMYK00.390.040.10
HSL306.67º63.38%72.16%-
HSV(B)306.67º39.3%89.8%-
XYZ54.3340.2471.92-
YUV175.03152.82166.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.01%
GREEN value IS 139 (54.69% from 255) = 23.68%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=39.01%
G=23.68%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913921900.390.040.10306.6763.3872.16
HexE58BDB0274A1333f48
Octal34521333304741246377110
Binary111001011000101111011011010011110010101001100111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58BDB; }

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

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

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

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

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

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

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

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