#E29FEB

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

Shades of Plum #E29FEB

Tints of Plum #E29FEB

Color information

#E29FEB (or 0xE29FEB) is unknown color: approx Plum. HEX triplet: E2, 9F and EB. RGB value is (226,159,235). Sum of RGB (Red+Green+Blue) = 226+159+235=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #E29FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FEB is #1D6014. Grayscale: #BBBBBB. Windows color (decimal): -1925141 or 15441890. OLE color: 15441890.

HSL color Cylindrical-coordinate representation of color #E29FEB: hue angle of 292.89º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29FEB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226159235-
CMYK0.040.3200.08
HSL292.89º65.52%77.25%-
HSV(B)292.89º32.34%92.16%-
XYZ58.7646.9684.57-
YUV187.7154.7155.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.45%
GREEN value IS 159 (62.5% from 255) = 25.65%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=36.45%
G=25.65%
B=37.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261592350.040.3200.08292.8965.5277.25
HexE29FEB42008125424d
Octal342237353440010445102115
Binary1110001010011111111010111001000000100010010010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FEB; }

 p { color: rgb(226,159,235); }

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

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

 a { background-color: rgb(226,159,235); }

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

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

 span { border-color: rgb(226,159,235); }

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