#E49DEE

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

Shades of Plum #E49DEE

Tints of Plum #E49DEE

Color information

#E49DEE (or 0xE49DEE) is unknown color: approx Plum. HEX triplet: E4, 9D and EE. RGB value is (228,157,238). Sum of RGB (Red+Green+Blue) = 228+157+238=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #E49DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49DEE is #1B6211. Grayscale: #BBBBBB. Windows color (decimal): -1794578 or 15637988. OLE color: 15637988.

HSL color Cylindrical-coordinate representation of color #E49DEE: hue angle of 292.59º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49DEE is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228157238-
CMYK0.040.3400.07
HSL292.59º70.43%77.45%-
HSV(B)292.59º34.03%93.33%-
XYZ59.4846.7886.78-
YUV187.46156.52156.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.60%
GREEN value IS 157 (61.72% from 255) = 25.20%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=36.60%
G=25.20%
B=38.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281572380.040.3400.07292.5970.4377.45
HexE49DEE42207125464d
Octal34423535644207445106115
Binary111001001001110111101110100100010011110010010110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49DEE; }

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

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

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

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

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

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

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

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