#E58CD9

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

Shades of Plum #E58CD9

Tints of Plum #E58CD9

Color information

#E58CD9 (or 0xE58CD9) is unknown color: approx Plum. HEX triplet: E5, 8C and D9. RGB value is (229,140,217). Sum of RGB (Red+Green+Blue) = 229+140+217=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CD9 is #1A7326. Grayscale: #AFAFAF. Windows color (decimal): -1733415 or 14257381. OLE color: 14257381.

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

Color convert

RGB229140217-
CMYK00.390.050.10
HSL308.09º63.12%72.35%-
HSV(B)308.09º38.86%89.8%-
XYZ54.2240.4270.59-
YUV175.39151.49166.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.08%
GREEN value IS 140 (55.08% from 255) = 23.89%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=39.08%
G=23.89%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914021700.390.050.10308.0963.1272.35
HexE58CD90275A1343f48
Octal34521433104751246477110
Binary111001011000110011011001010011110110101001101001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CD9; }

 p { color: rgb(229,140,217); }

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

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

 a { background-color: rgb(229,140,217); }

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

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

 span { border-color: rgb(229,140,217); }

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