#E18ADD

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

Shades of Plum #E18ADD

Tints of Plum #E18ADD

Color information

#E18ADD (or 0xE18ADD) is unknown color: approx Plum. HEX triplet: E1, 8A and DD. RGB value is (225,138,221). Sum of RGB (Red+Green+Blue) = 225+138+221=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ADD is #1E7522. Grayscale: #ADADAD. Windows color (decimal): -1996067 or 14519009. OLE color: 14519009.

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

Color convert

RGB225138221-
CMYK00.390.020.12
HSL302.76º59.18%71.18%-
HSV(B)302.76º38.67%88.24%-
XYZ53.1939.473.21-
YUV173.48154.82164.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 138 (54.30% from 255) = 23.63%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=38.53%
G=23.63%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513822100.390.020.12302.7659.1871.18
HexE18ADD0272C12f3b47
Octal34121233504721445773107
Binary11100001100010101101110101001111011001001011111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18ADD; }

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

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

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

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

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

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

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

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