#E19DEC

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

Shades of Plum #E19DEC

Tints of Plum #E19DEC

Color information

#E19DEC (or 0xE19DEC) is unknown color: approx Plum. HEX triplet: E1, 9D and EC. RGB value is (225,157,236). Sum of RGB (Red+Green+Blue) = 225+157+236=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #E19DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19DEC is #1E6213. Grayscale: #BABABA. Windows color (decimal): -1991188 or 15506913. OLE color: 15506913.

HSL color Cylindrical-coordinate representation of color #E19DEC: hue angle of 291.65º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19DEC is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225157236-
CMYK0.050.3300.07
HSL291.65º67.52%77.06%-
HSV(B)291.65º33.47%92.55%-
XYZ58.2546.1885.2-
YUV186.34156.03155.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 157 (61.72% from 255) = 25.40%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=36.41%
G=25.40%
B=38.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251572360.050.3300.07291.6567.5277.06
HexE19DEC52107124444d
Octal34123535454107444104115
Binary111000011001110111101100101100001011110010010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DEC; }

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

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

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

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

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

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

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

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