#E18DDA

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

Shades of Plum #E18DDA

Tints of Plum #E18DDA

Color information

#E18DDA (or 0xE18DDA) is unknown color: approx Plum. HEX triplet: E1, 8D and DA. RGB value is (225,141,218). Sum of RGB (Red+Green+Blue) = 225+141+218=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DDA is #1E7225. Grayscale: #AEAEAE. Windows color (decimal): -1995302 or 14323169. OLE color: 14323169.

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

Color convert

RGB225141218-
CMYK00.370.030.12
HSL305º58.33%71.76%-
HSV(B)305º37.33%88.24%-
XYZ53.2340.1271.27-
YUV174.89152.33163.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 141 (55.47% from 255) = 24.14%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=38.53%
G=24.14%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514121800.370.030.1230558.3371.76
HexE18DDA0253C1313a48
Octal34121533204531446172110
Binary11100001100011011101101001001011111001001100011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DDA; }

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

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

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

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

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

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

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

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