#E18ED6

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

Shades of Plum #E18ED6

Tints of Plum #E18ED6

Color information

#E18ED6 (or 0xE18ED6) is unknown color: approx Plum. HEX triplet: E1, 8E and D6. RGB value is (225,142,214). Sum of RGB (Red+Green+Blue) = 225+142+214=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ED6 is #1E7129. Grayscale: #AEAEAE. Windows color (decimal): -1995050 or 14061281. OLE color: 14061281.

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

Color convert

RGB225142214-
CMYK00.370.050.12
HSL307.95º58.04%71.96%-
HSV(B)307.95º36.89%88.24%-
XYZ52.8640.2168.59-
YUV175.02150163.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.73%
GREEN value IS 142 (55.86% from 255) = 24.44%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=38.73%
G=24.44%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514221400.370.050.12307.9558.0471.96
HexE18ED60255C1343a48
Octal34121632604551446472110
Binary111000011000111011010110010010110111001001101001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18ED6; }

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

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

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

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

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

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

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

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