#E18BDE

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

Shades of Plum #E18BDE

Tints of Plum #E18BDE

Color information

#E18BDE (or 0xE18BDE) is unknown color: approx Plum. HEX triplet: E1, 8B and DE. RGB value is (225,139,222). Sum of RGB (Red+Green+Blue) = 225+139+222=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BDE is #1E7421. Grayscale: #ADADAD. Windows color (decimal): -1995810 or 14584801. OLE color: 14584801.

HSL color Cylindrical-coordinate representation of color #E18BDE: hue angle of 302.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BDE is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225139222-
CMYK00.380.010.12
HSL302.09º58.9%71.37%-
HSV(B)302.09º38.22%88.24%-
XYZ53.4739.7573.96-
YUV174.18154.99164.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 139 (54.69% from 255) = 23.72%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=38.40%
G=23.72%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513922200.380.010.12302.0958.971.37
HexE18BDE0261C12e3b47
Octal34121333604611445673107
Binary1110000110001011110111100100110111001001011101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BDE; }

 p { color: rgb(225,139,222); }

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

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

 a { background-color: rgb(225,139,222); }

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

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

 span { border-color: rgb(225,139,222); }

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