#E29AED

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

Shades of Plum #E29AED

Tints of Plum #E29AED

Color information

#E29AED (or 0xE29AED) is unknown color: approx Plum. HEX triplet: E2, 9A and ED. RGB value is (226,154,237). Sum of RGB (Red+Green+Blue) = 226+154+237=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #E29AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29AED is #1D6512. Grayscale: #B8B8B8. Windows color (decimal): -1926419 or 15571682. OLE color: 15571682.

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

Color convert

RGB226154237-
CMYK0.050.3500.07
HSL292.05º69.75%76.67%-
HSV(B)292.05º35.02%92.94%-
XYZ58.2145.3985.81-
YUV184.99157.35157.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.63%
GREEN value IS 154 (60.55% from 255) = 24.96%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=36.63%
G=24.96%
B=38.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261542370.050.3500.07292.0569.7576.67
HexE29AED52307124464d
Octal34223235554307444106115
Binary111000101001101011101101101100011011110010010010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29AED; }

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

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

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

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

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

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

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

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