#E18BD7

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

Shades of Plum #E18BD7

Tints of Plum #E18BD7

Color information

#E18BD7 (or 0xE18BD7) is unknown color: approx Plum. HEX triplet: E1, 8B and D7. RGB value is (225,139,215). Sum of RGB (Red+Green+Blue) = 225+139+215=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BD7 is #1E7428. Grayscale: #ADADAD. Windows color (decimal): -1995817 or 14126049. OLE color: 14126049.

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

Color convert

RGB225139215-
CMYK00.380.040.12
HSL306.98º58.9%71.37%-
HSV(B)306.98º38.22%88.24%-
XYZ52.5539.3869.12-
YUV173.38151.49164.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 139 (54.69% from 255) = 24.01%
BLUE value IS 215 (84.38% from 255) = 37.13%
R=38.86%
G=24.01%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513921500.380.040.12306.9858.971.37
HexE18BD70264C1333b47
Octal34121332704641446373107
Binary111000011000101111010111010011010011001001100111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BD7; }

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

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

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

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

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

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

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

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