#E49EEF

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

Shades of Plum #E49EEF

Tints of Plum #E49EEF

Color information

#E49EEF (or 0xE49EEF) is unknown color: approx Plum. HEX triplet: E4, 9E and EF. RGB value is (228,158,239). Sum of RGB (Red+Green+Blue) = 228+158+239=625 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.48% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #E49EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49EEF is #1B6110. Grayscale: #BBBBBB. Windows color (decimal): -1794321 or 15703780. OLE color: 15703780.

HSL color Cylindrical-coordinate representation of color #E49EEF: hue angle of 291.85º 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 #E49EEF is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228158239-
CMYK0.050.3400.06
HSL291.85º71.68%77.84%-
HSV(B)291.85º33.89%93.73%-
XYZ59.847.1887.62-
YUV188.16156.69156.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.48%
GREEN value IS 158 (62.11% from 255) = 25.28%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=36.48%
G=25.28%
B=38.24%

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
Decimal2281582390.050.3400.06291.8571.6877.84
HexE49EEF52206124484e
Octal34423635754206444110116
Binary111001001001111011101111101100010011010010010010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49EEF; }

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

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

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

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

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

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

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

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