#E29AEC

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

Shades of Plum #E29AEC

Tints of Plum #E29AEC

Color information

#E29AEC (or 0xE29AEC) is unknown color: approx Plum. HEX triplet: E2, 9A and EC. RGB value is (226,154,236). Sum of RGB (Red+Green+Blue) = 226+154+236=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #E29AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29AEC is #1D6513. Grayscale: #B8B8B8. Windows color (decimal): -1926420 or 15506146. OLE color: 15506146.

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

Color convert

RGB226154236-
CMYK0.040.3500.07
HSL292.68º68.33%76.47%-
HSV(B)292.68º34.75%92.55%-
XYZ58.0645.3485.05-
YUV184.88156.85157.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.69%
GREEN value IS 154 (60.55% from 255) = 25%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=36.69%
G=25%
B=38.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261542360.040.3500.07292.6868.3376.47
HexE29AEC42307125444c
Octal34223235444307445104114
Binary111000101001101011101100100100011011110010010110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29AEC; }

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

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

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

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

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

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

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

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