#E189D8

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

Shades of Plum #E189D8

Tints of Plum #E189D8

Color information

#E189D8 (or 0xE189D8) is unknown color: approx Plum. HEX triplet: E1, 89 and D8. RGB value is (225,137,216). Sum of RGB (Red+Green+Blue) = 225+137+216=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E189D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189D8 is #1E7627. Grayscale: #ACACAC. Windows color (decimal): -1996328 or 14191073. OLE color: 14191073.

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

Color convert

RGB225137216-
CMYK00.390.040.12
HSL306.14º59.46%70.98%-
HSV(B)306.14º39.11%88.24%-
XYZ52.3938.8669.7-
YUV172.32152.65165.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 137 (53.91% from 255) = 23.70%
BLUE value IS 216 (84.77% from 255) = 37.37%
R=38.93%
G=23.70%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513721600.390.040.12306.1459.4670.98
HexE189D80274C1323b47
Octal34121133004741446273107
Binary111000011000100111011000010011110011001001100101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E189D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E189D8; }

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

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

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

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

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

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

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

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