#E29EE3

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

Shades of Plum #E29EE3

Tints of Plum #E29EE3

Color information

#E29EE3 (or 0xE29EE3) is unknown color: approx Plum. HEX triplet: E2, 9E and E3. RGB value is (226,158,227). Sum of RGB (Red+Green+Blue) = 226+158+227=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 227 - color contains mainly: blue. Hex color #E29EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EE3 is #1D611C. Grayscale: #B9B9B9. Windows color (decimal): -1925405 or 14917346. OLE color: 14917346.

HSL color Cylindrical-coordinate representation of color #E29EE3: hue angle of 299.13º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29EE3 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB226158227-
CMYK0.000.3000.11
HSL299.13º55.2%75.49%-
HSV(B)299.13º30.4%89.02%-
XYZ57.4646.1778.56-
YUV186.2151.03156.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.99%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 227 (89.06% from 255) = 37.15%
R=36.99%
G=25.86%
B=37.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261582270.000.3000.11299.1355.275.49
HexE29EE301E0B12b374b
Octal34223634303601345367113
Binary111000101001111011100011011110010111001010111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29EE3; }

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

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

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

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

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

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

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

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