#E49CEB

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

Shades of Plum #E49CEB

Tints of Plum #E49CEB

Color information

#E49CEB (or 0xE49CEB) is unknown color: approx Plum. HEX triplet: E4, 9C and EB. RGB value is (228,156,235). Sum of RGB (Red+Green+Blue) = 228+156+235=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #E49CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49CEB is #1B6314. Grayscale: #BABABA. Windows color (decimal): -1794837 or 15441124. OLE color: 15441124.

HSL color Cylindrical-coordinate representation of color #E49CEB: hue angle of 294.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49CEB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228156235-
CMYK0.030.3400.08
HSL294.68º66.39%76.67%-
HSV(B)294.68º33.62%92.16%-
XYZ58.8846.2784.42-
YUV186.53155.35157.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.83%
GREEN value IS 156 (61.33% from 255) = 25.20%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=36.83%
G=25.20%
B=37.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281562350.030.3400.08294.6866.3976.67
HexE49CEB32208127424d
Octal344234353342010447102115
Binary111001001001110011101011111000100100010010011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49CEB; }

 p { color: rgb(228,156,235); }

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

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

 a { background-color: rgb(228,156,235); }

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

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

 span { border-color: rgb(228,156,235); }

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