#E18EDF

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

Shades of Plum #E18EDF

Tints of Plum #E18EDF

Color information

#E18EDF (or 0xE18EDF) is unknown color: approx Plum. HEX triplet: E1, 8E and DF. RGB value is (225,142,223). Sum of RGB (Red+Green+Blue) = 225+142+223=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18EDF is #1E7120. Grayscale: #AFAFAF. Windows color (decimal): -1995041 or 14651105. OLE color: 14651105.

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

Color convert

RGB225142223-
CMYK00.370.010.12
HSL301.45º58.04%71.96%-
HSV(B)301.45º36.89%88.24%-
XYZ54.0440.6874.82-
YUV176.05154.5162.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=38.14%
G=24.07%
B=37.80%

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
Decimal22514222300.370.010.12301.4558.0471.96
HexE18EDF0251C12d3a48
Octal34121633704511445572110
Binary1110000110001110110111110100101111001001011011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EDF; }

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

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

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

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

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

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

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

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