#e49ee5

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

Shades of Plum #E49EE5

Tints of Plum #E49EE5

Color information

#E49EE5 (or 0xE49EE5) is unknown color: approx Plum. HEX triplet: E4, 9E and E5. RGB value is (228,158,229). Sum of RGB (Red+Green+Blue) = 228+158+229=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #E49EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49EE5 is #1B611A. Grayscale: #BABABA. Windows color (decimal): -1794331 or 15048420. OLE color: 15048420.

HSL color Cylindrical-coordinate representation of color #E49EE5: hue angle of 299.15º degrees, saturation: 0.58, 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 #E49EE5 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228158229-
CMYK0.000.3100.10
HSL299.15º57.72%75.88%-
HSV(B)299.15º31%89.8%-
XYZ58.3646.680.05-
YUV187.02151.69157.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.07%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 229 (89.84% from 255) = 37.24%
R=37.07%
G=25.69%
B=37.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281582290.000.3100.10299.1557.7275.88
HexE49EE501F0A12b3a4c
Octal34423634503701245372114
Binary111001001001111011100101011111010101001010111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e49ee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e49ee5; }

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

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

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

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

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

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

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

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