#E18BDA

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

Shades of Plum #E18BDA

Tints of Plum #E18BDA

Color information

#E18BDA (or 0xE18BDA) is unknown color: approx Plum. HEX triplet: E1, 8B and DA. RGB value is (225,139,218). Sum of RGB (Red+Green+Blue) = 225+139+218=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BDA is #1E7425. Grayscale: #ADADAD. Windows color (decimal): -1995814 or 14322657. OLE color: 14322657.

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

Color convert

RGB225139218-
CMYK00.380.030.12
HSL304.88º58.9%71.37%-
HSV(B)304.88º38.22%88.24%-
XYZ52.9439.5371.17-
YUV173.72152.99164.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 139 (54.69% from 255) = 23.88%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=38.66%
G=23.88%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513921800.380.030.12304.8858.971.37
HexE18BDA0263C1313b47
Octal34121333204631446173107
Binary11100001100010111101101001001101111001001100011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BDA; }

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

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

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

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

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

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

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

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