#E189DA

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

Shades of Plum #E189DA

Tints of Plum #E189DA

Color information

#E189DA (or 0xE189DA) is unknown color: approx Plum. HEX triplet: E1, 89 and DA. RGB value is (225,137,218). Sum of RGB (Red+Green+Blue) = 225+137+218=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E189DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189DA is #1E7625. Grayscale: #ACACAC. Windows color (decimal): -1996326 or 14322145. OLE color: 14322145.

HSL color Cylindrical-coordinate representation of color #E189DA: hue angle of 304.77º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E189DA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225137218-
CMYK00.390.030.12
HSL304.77º59.46%70.98%-
HSV(B)304.77º39.11%88.24%-
XYZ52.6538.9671.07-
YUV172.55153.65165.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 137 (53.91% from 255) = 23.62%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=38.79%
G=23.62%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513721800.390.030.12304.7759.4670.98
HexE189DA0273C1313b47
Octal34121133204731446173107
Binary11100001100010011101101001001111111001001100011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E189DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E189DA; }

 p { color: rgb(225,137,218); }

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

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

 a { background-color: rgb(225,137,218); }

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

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

 span { border-color: rgb(225,137,218); }

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