#E49FD7

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

Shades of Plum #E49FD7

Tints of Plum #E49FD7

Color information

#E49FD7 (or 0xE49FD7) is unknown color: approx Plum. HEX triplet: E4, 9F and D7. RGB value is (228,159,215). Sum of RGB (Red+Green+Blue) = 228+159+215=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FD7 is #1B6028. Grayscale: #B9B9B9. Windows color (decimal): -1794089 or 14131172. OLE color: 14131172.

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

Color convert

RGB228159215-
CMYK00.300.060.11
HSL311.3º56.1%75.88%-
HSV(B)311.3º30.26%89.41%-
XYZ56.6646.270.22-
YUV186.02144.36157.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.87%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 215 (84.38% from 255) = 35.71%
R=37.87%
G=26.41%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815921500.300.060.11311.356.175.88
HexE49FD701E6B137384c
Octal34423732703661346770114
Binary11100100100111111101011101111011010111001101111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49FD7; }

 p { color: rgb(228,159,215); }

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

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

 a { background-color: rgb(228,159,215); }

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

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

 span { border-color: rgb(228,159,215); }

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