#E496DC

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

Shades of Plum #E496DC

Tints of Plum #E496DC

Color information

#E496DC (or 0xE496DC) is unknown color: approx Plum. HEX triplet: E4, 96 and DC. RGB value is (228,150,220). Sum of RGB (Red+Green+Blue) = 228+150+220=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 228 - color contains mainly: red. Hex color #E496DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496DC is #1B6923. Grayscale: #B5B5B5. Windows color (decimal): -1796388 or 14456548. OLE color: 14456548.

HSL color Cylindrical-coordinate representation of color #E496DC: hue angle of 306.15º 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 #E496DC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228150220-
CMYK00.340.040.11
HSL306.15º59.09%74.12%-
HSV(B)306.15º34.21%89.41%-
XYZ55.8243.4773.16-
YUV181.3149.84161.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.13%
GREEN value IS 150 (58.98% from 255) = 25.08%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=38.13%
G=25.08%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815022000.340.040.11306.1559.0974.12
HexE496DC0224B1323b4a
Octal34422633404241346273112
Binary111001001001011011011100010001010010111001100101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496DC; }

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

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

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

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

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

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

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

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