#E29EE4

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

Shades of Plum #E29EE4

Tints of Plum #E29EE4

Color information

#E29EE4 (or 0xE29EE4) is unknown color: approx Plum. HEX triplet: E2, 9E and E4. RGB value is (226,158,228). Sum of RGB (Red+Green+Blue) = 226+158+228=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #E29EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EE4 is #1D611B. Grayscale: #BABABA. Windows color (decimal): -1925404 or 14982882. OLE color: 14982882.

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

Color convert

RGB226158228-
CMYK0.010.3100.11
HSL298.29º56.45%75.69%-
HSV(B)298.29º30.7%89.41%-
XYZ57.5946.2279.29-
YUV186.31151.53156.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.93%
GREEN value IS 158 (62.11% from 255) = 25.82%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=36.93%
G=25.82%
B=37.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261582280.010.3100.11298.2956.4575.69
HexE29EE411F0B12a384c
Octal34223634413701345270114
Binary111000101001111011100100111111010111001010101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29EE4; }

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

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

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

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

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

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

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

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