#E29AE5

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

Shades of Plum #E29AE5

Tints of Plum #E29AE5

Color information

#E29AE5 (or 0xE29AE5) is unknown color: approx Plum. HEX triplet: E2, 9A and E5. RGB value is (226,154,229). Sum of RGB (Red+Green+Blue) = 226+154+229=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #E29AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29AE5 is #1D651A. Grayscale: #B7B7B7. Windows color (decimal): -1926427 or 15047394. OLE color: 15047394.

HSL color Cylindrical-coordinate representation of color #E29AE5: hue angle of 297.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29AE5 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226154229-
CMYK0.010.3300.10
HSL297.6º59.06%75.1%-
HSV(B)297.6º32.75%89.8%-
XYZ57.0644.9479.79-
YUV184.08153.35157.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 154 (60.55% from 255) = 25.29%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=37.11%
G=25.29%
B=37.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2261542290.010.3300.10297.659.0675.1
HexE29AE51210A12a3b4b
Octal34223234514101245273113
Binary1110001010011010111001011100001010101001010101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29AE5; }

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

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

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

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

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

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

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

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