#E18DDE

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

Shades of Plum #E18DDE

Tints of Plum #E18DDE

Color information

#E18DDE (or 0xE18DDE) is unknown color: approx Plum. HEX triplet: E1, 8D and DE. RGB value is (225,141,222). Sum of RGB (Red+Green+Blue) = 225+141+222=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DDE is #1E7221. Grayscale: #AFAFAF. Windows color (decimal): -1995298 or 14585313. OLE color: 14585313.

HSL color Cylindrical-coordinate representation of color #E18DDE: hue angle of 302.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18DDE is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225141222-
CMYK00.370.010.12
HSL302.14º58.33%71.76%-
HSV(B)302.14º37.33%88.24%-
XYZ53.7640.3374.06-
YUV175.35154.33163.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 141 (55.47% from 255) = 23.98%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=38.27%
G=23.98%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514122200.370.010.12302.1458.3371.76
HexE18DDE0251C12e3a48
Octal34121533604511445672110
Binary1110000110001101110111100100101111001001011101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DDE; }

 p { color: rgb(225,141,222); }

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

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

 a { background-color: rgb(225,141,222); }

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

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

 span { border-color: rgb(225,141,222); }

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