#E19DDC

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

Shades of Plum #E19DDC

Tints of Plum #E19DDC

Color information

#E19DDC (or 0xE19DDC) is unknown color: approx Plum. HEX triplet: E1, 9D and DC. RGB value is (225,157,220). Sum of RGB (Red+Green+Blue) = 225+157+220=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DDC is #1E6223. Grayscale: #B8B8B8. Windows color (decimal): -1991204 or 14458337. OLE color: 14458337.

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

Color convert

RGB225157220-
CMYK00.300.020.12
HSL304.41º53.12%74.9%-
HSV(B)304.41º30.22%88.24%-
XYZ56.0345.2973.5-
YUV184.51148.03156.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 157 (61.72% from 255) = 26.08%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=37.38%
G=26.08%
B=36.54%

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
Decimal22515722000.300.020.12304.4153.1274.9
HexE19DDC01E2C130354b
Octal34123533403621446065113
Binary1110000110011101110111000111101011001001100001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DDC; }

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

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

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

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

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

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

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

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