#E29BEA

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

Shades of Plum #E29BEA

Tints of Plum #E29BEA

Color information

#E29BEA (or 0xE29BEA) is unknown color: approx Plum. HEX triplet: E2, 9B and EA. RGB value is (226,155,234). Sum of RGB (Red+Green+Blue) = 226+155+234=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #E29BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BEA is #1D6415. Grayscale: #B8B8B8. Windows color (decimal): -1926166 or 15375330. OLE color: 15375330.

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

Color convert

RGB226155234-
CMYK0.030.3400.08
HSL293.92º65.29%76.27%-
HSV(B)293.92º33.76%91.76%-
XYZ57.9445.5583.58-
YUV185.24155.52157.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 155 (60.94% from 255) = 25.20%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=36.75%
G=25.20%
B=38.05%

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
Decimal2261552340.030.3400.08293.9265.2976.27
HexE29BEA32208126414c
Octal342233352342010446101114
Binary111000101001101111101010111000100100010010011010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29BEA; }

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

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

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

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

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

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

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

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