#E49BEB

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

Shades of Plum #E49BEB

Tints of Plum #E49BEB

Color information

#E49BEB (or 0xE49BEB) is unknown color: approx Plum. HEX triplet: E4, 9B and EB. RGB value is (228,155,235). Sum of RGB (Red+Green+Blue) = 228+155+235=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #E49BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49BEB is #1B6414. Grayscale: #B9B9B9. Windows color (decimal): -1795093 or 15440868. OLE color: 15440868.

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

Color convert

RGB228155235-
CMYK0.030.3400.08
HSL294.75º66.67%76.47%-
HSV(B)294.75º34.04%92.16%-
XYZ58.7145.9384.37-
YUV185.95155.68158-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.89%
GREEN value IS 155 (60.94% from 255) = 25.08%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=36.89%
G=25.08%
B=38.03%

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
Decimal2281552350.030.3400.08294.7566.6776.47
HexE49BEB32208127434c
Octal344233353342010447103114
Binary111001001001101111101011111000100100010010011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49BEB; }

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

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

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

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

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

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

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

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