#E29EED

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

Shades of Plum #E29EED

Tints of Plum #E29EED

Color information

#E29EED (or 0xE29EED) is unknown color: approx Plum. HEX triplet: E2, 9E and ED. RGB value is (226,158,237). Sum of RGB (Red+Green+Blue) = 226+158+237=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #E29EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EED is #1D6112. Grayscale: #BBBBBB. Windows color (decimal): -1925395 or 15572706. OLE color: 15572706.

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

Color convert

RGB226158237-
CMYK0.050.3300.07
HSL291.65º68.7%77.45%-
HSV(B)291.65º33.33%92.94%-
XYZ58.8846.7486.04-
YUV187.34156.03155.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.39%
GREEN value IS 158 (62.11% from 255) = 25.44%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=36.39%
G=25.44%
B=38.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261582370.050.3300.07291.6568.777.45
HexE29EED52107124454d
Octal34223635554107444105115
Binary111000101001111011101101101100001011110010010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29EED; }

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

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

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

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

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

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

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

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