#E29DEC

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

Shades of Plum #E29DEC

Tints of Plum #E29DEC

Color information

#E29DEC (or 0xE29DEC) is unknown color: approx Plum. HEX triplet: E2, 9D and EC. RGB value is (226,157,236). Sum of RGB (Red+Green+Blue) = 226+157+236=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #E29DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29DEC is #1D6213. Grayscale: #BABABA. Windows color (decimal): -1925652 or 15506914. OLE color: 15506914.

HSL color Cylindrical-coordinate representation of color #E29DEC: hue angle of 292.41º 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 #E29DEC is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226157236-
CMYK0.040.3300.07
HSL292.41º67.52%77.06%-
HSV(B)292.41º33.47%92.55%-
XYZ58.5646.3485.21-
YUV186.64155.86156.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 157 (61.72% from 255) = 25.36%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=36.51%
G=25.36%
B=38.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261572360.040.3300.07292.4167.5277.06
HexE29DEC42107124444d
Octal34223535444107444104115
Binary111000101001110111101100100100001011110010010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29DEC; }

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

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

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

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

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

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

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

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