#E29FE5

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

Shades of Plum #E29FE5

Tints of Plum #E29FE5

Color information

#E29FE5 (or 0xE29FE5) is unknown color: approx Plum. HEX triplet: E2, 9F and E5. RGB value is (226,159,229). Sum of RGB (Red+Green+Blue) = 226+159+229=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #E29FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FE5 is #1D601A. Grayscale: #BABABA. Windows color (decimal): -1925147 or 15048674. OLE color: 15048674.

HSL color Cylindrical-coordinate representation of color #E29FE5: hue angle of 297.43º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29FE5 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226159229-
CMYK0.010.3100.10
HSL297.43º57.38%76.08%-
HSV(B)297.43º30.57%89.8%-
XYZ57.9146.6280.08-
YUV187.01151.7155.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.81%
GREEN value IS 159 (62.5% from 255) = 25.90%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=36.81%
G=25.90%
B=37.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2261592290.010.3100.10297.4357.3876.08
HexE29FE511F0A129394c
Octal34223734513701245171114
Binary111000101001111111100101111111010101001010011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FE5; }

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

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

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

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

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

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

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

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