#E49FEB

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

Shades of Plum #E49FEB

Tints of Plum #E49FEB

Color information

#E49FEB (or 0xE49FEB) is unknown color: approx Plum. HEX triplet: E4, 9F and EB. RGB value is (228,159,235). Sum of RGB (Red+Green+Blue) = 228+159+235=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #E49FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49FEB is #1B6014. Grayscale: #BCBCBC. Windows color (decimal): -1794069 or 15441892. OLE color: 15441892.

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

Color convert

RGB228159235-
CMYK0.030.3200.08
HSL294.47º65.52%77.25%-
HSV(B)294.47º32.34%92.16%-
XYZ59.3947.2984.59-
YUV188.3154.36156.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.66%
GREEN value IS 159 (62.5% from 255) = 25.56%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=36.66%
G=25.56%
B=37.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281592350.030.3200.08294.4765.5277.25
HexE49FEB32008126424d
Octal344237353340010446102115
Binary111001001001111111101011111000000100010010011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49FEB; }

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

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

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

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

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

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

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

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