#E19DDA

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

Shades of Plum #E19DDA

Tints of Plum #E19DDA

Color information

#E19DDA (or 0xE19DDA) is unknown color: approx Plum. HEX triplet: E1, 9D and DA. RGB value is (225,157,218). Sum of RGB (Red+Green+Blue) = 225+157+218=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DDA is #1E6225. Grayscale: #B8B8B8. Windows color (decimal): -1991206 or 14327265. OLE color: 14327265.

HSL color Cylindrical-coordinate representation of color #E19DDA: hue angle of 306.18º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DDA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225157218-
CMYK00.300.030.12
HSL306.18º53.12%74.9%-
HSV(B)306.18º30.22%88.24%-
XYZ55.7645.1872.11-
YUV184.29147.03157.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=37.5%
G=26.17%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515721800.300.030.12306.1853.1274.9
HexE19DDA01E3C132354b
Octal34123533203631446265113
Binary1110000110011101110110100111101111001001100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DDA; }

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

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

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

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

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

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

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

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