#E19DDD

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

Shades of Plum #E19DDD

Tints of Plum #E19DDD

Color information

#E19DDD (or 0xE19DDD) is unknown color: approx Plum. HEX triplet: E1, 9D and DD. RGB value is (225,157,221). Sum of RGB (Red+Green+Blue) = 225+157+221=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DDD is #1E6222. Grayscale: #B8B8B8. Windows color (decimal): -1991203 or 14523873. OLE color: 14523873.

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

Color convert

RGB225157221-
CMYK00.300.020.12
HSL303.53º53.12%74.9%-
HSV(B)303.53º30.22%88.24%-
XYZ56.1645.3474.2-
YUV184.63148.53156.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 157 (61.72% from 255) = 26.04%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=37.31%
G=26.04%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515722100.300.020.12303.5353.1274.9
HexE19DDD01E2C130354b
Octal34123533503621446065113
Binary1110000110011101110111010111101011001001100001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DDD; }

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

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

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

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

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

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

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

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