#E29BEE

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

Shades of Plum #E29BEE

Tints of Plum #E29BEE

Color information

#E29BEE (or 0xE29BEE) is unknown color: approx Plum. HEX triplet: E2, 9B and EE. RGB value is (226,155,238). Sum of RGB (Red+Green+Blue) = 226+155+238=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #E29BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BEE is #1D6411. Grayscale: #B9B9B9. Windows color (decimal): -1926162 or 15637474. OLE color: 15637474.

HSL color Cylindrical-coordinate representation of color #E29BEE: hue angle of 291.33º degrees, saturation: 0.71, 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 #E29BEE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226155238-
CMYK0.050.3500.07
HSL291.33º70.94%77.06%-
HSV(B)291.33º34.87%93.33%-
XYZ58.5245.7886.64-
YUV185.69157.52156.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 155 (60.94% from 255) = 25.04%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=36.51%
G=25.04%
B=38.45%

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
Decimal2261552380.050.3500.07291.3370.9477.06
HexE29BEE52307123474d
Octal34223335654307443107115
Binary111000101001101111101110101100011011110010001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29BEE; }

 p { color: rgb(226,155,238); }

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

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

 a { background-color: rgb(226,155,238); }

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

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

 span { border-color: rgb(226,155,238); }

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