#E49EE7

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

Shades of Plum #E49EE7

Tints of Plum #E49EE7

Color information

#E49EE7 (or 0xE49EE7) is unknown color: approx Plum. HEX triplet: E4, 9E and E7. RGB value is (228,158,231). Sum of RGB (Red+Green+Blue) = 228+158+231=617 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.95% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #E49EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49EE7 is #1B6118. Grayscale: #BBBBBB. Windows color (decimal): -1794329 or 15179492. OLE color: 15179492.

HSL color Cylindrical-coordinate representation of color #E49EE7: hue angle of 297.53º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49EE7 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB228158231-
CMYK0.010.3200.09
HSL297.53º60.33%76.27%-
HSV(B)297.53º31.6%90.59%-
XYZ58.6546.7281.53-
YUV187.25152.69157.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.95%
GREEN value IS 158 (62.11% from 255) = 25.61%
BLUE value IS 231 (90.62% from 255) = 37.44%
R=36.95%
G=25.61%
B=37.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2281582310.010.3200.09297.5360.3376.27
HexE49EE71200912a3c4c
Octal34423634714001145274114
Binary1110010010011110111001111100000010011001010101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49EE7; }

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

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

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

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

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

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

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

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