#E18EDA

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

Shades of Plum #E18EDA

Tints of Plum #E18EDA

Color information

#E18EDA (or 0xE18EDA) is unknown color: approx Plum. HEX triplet: E1, 8E and DA. RGB value is (225,142,218). Sum of RGB (Red+Green+Blue) = 225+142+218=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18EDA is #1E7125. Grayscale: #AFAFAF. Windows color (decimal): -1995046 or 14323425. OLE color: 14323425.

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

Color convert

RGB225142218-
CMYK00.370.030.12
HSL305.06º58.04%71.96%-
HSV(B)305.06º36.89%88.24%-
XYZ53.3840.4271.32-
YUV175.48152163.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 142 (55.86% from 255) = 24.27%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=38.46%
G=24.27%
B=37.26%

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
Decimal22514221800.370.030.12305.0658.0471.96
HexE18EDA0253C1313a48
Octal34121633204531446172110
Binary11100001100011101101101001001011111001001100011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EDA; }

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

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

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

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

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

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

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

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