#E49CE6

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

Shades of Plum #E49CE6

Tints of Plum #E49CE6

Color information

#E49CE6 (or 0xE49CE6) is unknown color: approx Plum. HEX triplet: E4, 9C and E6. RGB value is (228,156,230). Sum of RGB (Red+Green+Blue) = 228+156+230=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #E49CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49CE6 is #1B6319. Grayscale: #B9B9B9. Windows color (decimal): -1794842 or 15113444. OLE color: 15113444.

HSL color Cylindrical-coordinate representation of color #E49CE6: hue angle of 298.38º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49CE6 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228156230-
CMYK0.010.3200.10
HSL298.38º59.68%75.69%-
HSV(B)298.38º32.17%90.2%-
XYZ58.1745.9880.67-
YUV185.96152.85157.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.13%
GREEN value IS 156 (61.33% from 255) = 25.41%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=37.13%
G=25.41%
B=37.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281562300.010.3200.10298.3859.6875.69
HexE49CE61200A12a3c4c
Octal34423434614001245274114
Binary1110010010011100111001101100000010101001010101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49CE6; }

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

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

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

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

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

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

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

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