#E18EDD

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

Shades of Plum #E18EDD

Tints of Plum #E18EDD

Color information

#E18EDD (or 0xE18EDD) is unknown color: approx Plum. HEX triplet: E1, 8E and DD. RGB value is (225,142,221). Sum of RGB (Red+Green+Blue) = 225+142+221=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18EDD is #1E7122. Grayscale: #AFAFAF. Windows color (decimal): -1995043 or 14520033. OLE color: 14520033.

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

Color convert

RGB225142221-
CMYK00.370.020.12
HSL302.89º58.04%71.96%-
HSV(B)302.89º36.89%88.24%-
XYZ53.7840.5773.4-
YUV175.82153.5163.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 142 (55.86% from 255) = 24.15%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=38.27%
G=24.15%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514222100.370.020.12302.8958.0471.96
HexE18EDD0252C12f3a48
Octal34121633504521445772110
Binary11100001100011101101110101001011011001001011111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EDD; }

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

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

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

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

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

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

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

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