#E29EDC

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

Shades of Plum #E29EDC

Tints of Plum #E29EDC

Color information

#E29EDC (or 0xE29EDC) is unknown color: approx Plum. HEX triplet: E2, 9E and DC. RGB value is (226,158,220). Sum of RGB (Red+Green+Blue) = 226+158+220=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EDC is #1D6123. Grayscale: #B9B9B9. Windows color (decimal): -1925412 or 14458594. OLE color: 14458594.

HSL color Cylindrical-coordinate representation of color #E29EDC: hue angle of 305.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29EDC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226158220-
CMYK00.300.030.11
HSL305.29º53.97%75.29%-
HSV(B)305.29º30.09%88.63%-
XYZ56.5145.7973.57-
YUV185.4147.53156.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.42%
GREEN value IS 158 (62.11% from 255) = 26.16%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=37.42%
G=26.16%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615822000.300.030.11305.2953.9775.29
HexE29EDC01E3B131364b
Octal34223633403631346166113
Binary1110001010011110110111000111101110111001100011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29EDC; }

 p { color: rgb(226,158,220); }

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

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

 a { background-color: rgb(226,158,220); }

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

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

 span { border-color: rgb(226,158,220); }

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