#E18AD5

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

Shades of Plum #E18AD5

Tints of Plum #E18AD5

Color information

#E18AD5 (or 0xE18AD5) is unknown color: approx Plum. HEX triplet: E1, 8A and D5. RGB value is (225,138,213). Sum of RGB (Red+Green+Blue) = 225+138+213=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AD5 is #1E752A. Grayscale: #ACACAC. Windows color (decimal): -1996075 or 13994721. OLE color: 13994721.

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

Color convert

RGB225138213-
CMYK00.390.050.12
HSL308.28º59.18%71.18%-
HSV(B)308.28º38.67%88.24%-
XYZ52.1538.9967.73-
YUV172.56150.82165.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 138 (54.30% from 255) = 23.96%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=39.06%
G=23.96%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513821300.390.050.12308.2859.1871.18
HexE18AD50275C1343b47
Octal34121232504751446473107
Binary111000011000101011010101010011110111001001101001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AD5; }

 p { color: rgb(225,138,213); }

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

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

 a { background-color: rgb(225,138,213); }

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

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

 span { border-color: rgb(225,138,213); }

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