#E496DE

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

Shades of Plum #E496DE

Tints of Plum #E496DE

Color information

#E496DE (or 0xE496DE) is unknown color: approx Plum. HEX triplet: E4, 96 and DE. RGB value is (228,150,222). Sum of RGB (Red+Green+Blue) = 228+150+222=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 228 - color contains mainly: red. Hex color #E496DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496DE is #1B6921. Grayscale: #B5B5B5. Windows color (decimal): -1796386 or 14587620. OLE color: 14587620.

HSL color Cylindrical-coordinate representation of color #E496DE: hue angle of 304.62º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E496DE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB228150222-
CMYK00.340.030.11
HSL304.62º59.09%74.12%-
HSV(B)304.62º34.21%89.41%-
XYZ56.0943.5874.56-
YUV181.53150.84161.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38%
GREEN value IS 150 (58.98% from 255) = 25%
BLUE value IS 222 (87.11% from 255) = 37%
R=38%
G=25%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815022200.340.030.11304.6259.0974.12
HexE496DE0223B1313b4a
Octal34422633604231346173112
Binary11100100100101101101111001000101110111001100011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496DE; }

 p { color: rgb(228,150,222); }

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

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

 a { background-color: rgb(228,150,222); }

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

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

 span { border-color: rgb(228,150,222); }

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