#E19DDB

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

Shades of Plum #E19DDB

Tints of Plum #E19DDB

Color information

#E19DDB (or 0xE19DDB) is unknown color: approx Plum. HEX triplet: E1, 9D and DB. RGB value is (225,157,219). Sum of RGB (Red+Green+Blue) = 225+157+219=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DDB is #1E6224. Grayscale: #B8B8B8. Windows color (decimal): -1991205 or 14392801. OLE color: 14392801.

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

Color convert

RGB225157219-
CMYK00.300.030.12
HSL305.29º53.12%74.9%-
HSV(B)305.29º30.22%88.24%-
XYZ55.8945.2472.8-
YUV184.4147.53156.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=37.44%
G=26.12%
B=36.44%

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
Decimal22515721900.300.030.12305.2953.1274.9
HexE19DDB01E3C131354b
Octal34123533303631446165113
Binary1110000110011101110110110111101111001001100011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DDB; }

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

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

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

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

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

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

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

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