#E189D5

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

Shades of Plum #E189D5

Tints of Plum #E189D5

Color information

#E189D5 (or 0xE189D5) is unknown color: approx Plum. HEX triplet: E1, 89 and D5. RGB value is (225,137,213). Sum of RGB (Red+Green+Blue) = 225+137+213=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E189D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189D5 is #1E762A. Grayscale: #ABABAB. Windows color (decimal): -1996331 or 13994465. OLE color: 13994465.

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

Color convert

RGB225137213-
CMYK00.390.050.12
HSL308.18º59.46%70.98%-
HSV(B)308.18º39.11%88.24%-
XYZ52.0138.767.68-
YUV171.98151.15165.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.13%
GREEN value IS 137 (53.91% from 255) = 23.83%
BLUE value IS 213 (83.59% from 255) = 37.04%
R=39.13%
G=23.83%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513721300.390.050.12308.1859.4670.98
HexE189D50275C1343b47
Octal34121132504751446473107
Binary111000011000100111010101010011110111001001101001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E189D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E189D5; }

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

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

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

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

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

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

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

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