#e49def

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

Shades of Plum #E49DEF

Tints of Plum #E49DEF

Color information

#E49DEF (or 0xE49DEF) is unknown color: approx Plum. HEX triplet: E4, 9D and EF. RGB value is (228,157,239). Sum of RGB (Red+Green+Blue) = 228+157+239=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #E49DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49DEF is #1B6210. Grayscale: #BBBBBB. Windows color (decimal): -1794577 or 15703524. OLE color: 15703524.

HSL color Cylindrical-coordinate representation of color #E49DEF: hue angle of 291.95º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49DEF is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228157239-
CMYK0.050.3400.06
HSL291.95º71.93%77.65%-
HSV(B)291.95º34.31%93.73%-
XYZ59.6346.8487.56-
YUV187.58157.02156.83-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.54%
GREEN value IS 157 (61.72% from 255) = 25.16%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=36.54%
G=25.16%
B=38.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281572390.050.3400.06291.9571.9377.65
HexE49DEF52206124484e
Octal34423535754206444110116
Binary111001001001110111101111101100010011010010010010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e49def

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e49def; }

 p { color: rgb(228,157,239); }

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

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

 a { background-color: rgb(228,157,239); }

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

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

 span { border-color: rgb(228,157,239); }

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