#E58CDD

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

Shades of Plum #E58CDD

Tints of Plum #E58CDD

Color information

#E58CDD (or 0xE58CDD) is unknown color: approx Plum. HEX triplet: E5, 8C and DD. RGB value is (229,140,221). Sum of RGB (Red+Green+Blue) = 229+140+221=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CDD is #1A7322. Grayscale: #AFAFAF. Windows color (decimal): -1733411 or 14519525. OLE color: 14519525.

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

Color convert

RGB229140221-
CMYK00.390.030.10
HSL305.39º63.12%72.35%-
HSV(B)305.39º38.86%89.8%-
XYZ54.7440.6373.36-
YUV175.85153.49165.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.81%
GREEN value IS 140 (55.08% from 255) = 23.73%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=38.81%
G=23.73%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914022100.390.030.10305.3963.1272.35
HexE58CDD0273A1313f48
Octal34521433504731246177110
Binary11100101100011001101110101001111110101001100011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CDD; }

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

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

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

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

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

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

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

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