#E29AEA

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

Shades of Plum #E29AEA

Tints of Plum #E29AEA

Color information

#E29AEA (or 0xE29AEA) is unknown color: approx Plum. HEX triplet: E2, 9A and EA. RGB value is (226,154,234). Sum of RGB (Red+Green+Blue) = 226+154+234=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #E29AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29AEA is #1D6515. Grayscale: #B8B8B8. Windows color (decimal): -1926422 or 15375074. OLE color: 15375074.

HSL color Cylindrical-coordinate representation of color #E29AEA: hue angle of 294º degrees, saturation: 0.66, 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 #E29AEA is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226154234-
CMYK0.030.3400.08
HSL294º65.57%76.08%-
HSV(B)294º34.19%91.76%-
XYZ57.7745.2283.53-
YUV184.65155.85157.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.81%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=36.81%
G=25.08%
B=38.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261542340.030.3400.0829465.5776.08
HexE29AEA32208126424c
Octal342232352342010446102114
Binary111000101001101011101010111000100100010010011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29AEA; }

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

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

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

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

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

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

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

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