#E19DDE

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

Shades of Plum #E19DDE

Tints of Plum #E19DDE

Color information

#E19DDE (or 0xE19DDE) is unknown color: approx Plum. HEX triplet: E1, 9D and DE. RGB value is (225,157,222). Sum of RGB (Red+Green+Blue) = 225+157+222=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DDE is #1E6221. Grayscale: #B8B8B8. Windows color (decimal): -1991202 or 14589409. OLE color: 14589409.

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

Color convert

RGB225157222-
CMYK00.300.010.12
HSL302.65º53.12%74.9%-
HSV(B)302.65º30.22%88.24%-
XYZ56.2945.474.9-
YUV184.74149.03156.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 157 (61.72% from 255) = 25.99%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=37.25%
G=25.99%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515722200.300.010.12302.6553.1274.9
HexE19DDE01E1C12f354b
Octal34123533603611445765113
Binary111000011001110111011110011110111001001011111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DDE; }

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

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

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

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

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

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

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

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