#E18AD9

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

Shades of Plum #E18AD9

Tints of Plum #E18AD9

Color information

#E18AD9 (or 0xE18AD9) is unknown color: approx Plum. HEX triplet: E1, 8A and D9. RGB value is (225,138,217). Sum of RGB (Red+Green+Blue) = 225+138+217=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AD9 is #1E7526. Grayscale: #ACACAC. Windows color (decimal): -1996071 or 14256865. OLE color: 14256865.

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

Color convert

RGB225138217-
CMYK00.390.040.12
HSL305.52º59.18%71.18%-
HSV(B)305.52º38.67%88.24%-
XYZ52.6639.1970.44-
YUV173.02152.82165.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 138 (54.30% from 255) = 23.79%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=38.79%
G=23.79%
B=37.41%

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
Decimal22513821700.390.040.12305.5259.1871.18
HexE18AD90274C1323b47
Octal34121233104741446273107
Binary111000011000101011011001010011110011001001100101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AD9; }

 p { color: rgb(225,138,217); }

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

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

 a { background-color: rgb(225,138,217); }

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

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

 span { border-color: rgb(225,138,217); }

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