#E29AEB

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

Shades of Plum #E29AEB

Tints of Plum #E29AEB

Color information

#E29AEB (or 0xE29AEB) is unknown color: approx Plum. HEX triplet: E2, 9A and EB. RGB value is (226,154,235). Sum of RGB (Red+Green+Blue) = 226+154+235=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #E29AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29AEB is #1D6514. Grayscale: #B8B8B8. Windows color (decimal): -1926421 or 15440610. OLE color: 15440610.

HSL color Cylindrical-coordinate representation of color #E29AEB: hue angle of 293.33º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E29AEB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226154235-
CMYK0.040.3400.08
HSL293.33º66.94%76.27%-
HSV(B)293.33º34.47%92.16%-
XYZ57.9245.2884.28-
YUV184.76156.35157.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 154 (60.55% from 255) = 25.04%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=36.75%
G=25.04%
B=38.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261542350.040.3400.08293.3366.9476.27
HexE29AEB42208125434c
Octal342232353442010445103114
Binary1110001010011010111010111001000100100010010010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29AEB; }

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

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

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

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

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

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

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

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