#E18AD6

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

Shades of Plum #E18AD6

Tints of Plum #E18AD6

Color information

#E18AD6 (or 0xE18AD6) is unknown color: approx Plum. HEX triplet: E1, 8A and D6. RGB value is (225,138,214). Sum of RGB (Red+Green+Blue) = 225+138+214=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AD6 is #1E7529. Grayscale: #ACACAC. Windows color (decimal): -1996074 or 14060257. OLE color: 14060257.

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

Color convert

RGB225138214-
CMYK00.390.050.12
HSL307.59º59.18%71.18%-
HSV(B)307.59º38.67%88.24%-
XYZ52.2839.0468.4-
YUV172.68151.32165.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 138 (54.30% from 255) = 23.92%
BLUE value IS 214 (83.98% from 255) = 37.09%
R=38.99%
G=23.92%
B=37.09%

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
Decimal22513821400.390.050.12307.5959.1871.18
HexE18AD60275C1343b47
Octal34121232604751446473107
Binary111000011000101011010110010011110111001001101001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AD6; }

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

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

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

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

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

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

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

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