#E796DC

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

Shades of Plum #E796DC

Tints of Plum #E796DC

Color information

#E796DC (or 0xE796DC) is unknown color: approx Plum. HEX triplet: E7, 96 and DC. RGB value is (231,150,220). Sum of RGB (Red+Green+Blue) = 231+150+220=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E796DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796DC is #186923. Grayscale: #B6B6B6. Windows color (decimal): -1599780 or 14456551. OLE color: 14456551.

HSL color Cylindrical-coordinate representation of color #E796DC: hue angle of 308.15º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E796DC is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231150220-
CMYK00.350.050.09
HSL308.15º62.79%74.71%-
HSV(B)308.15º35.06%90.59%-
XYZ56.7843.9773.2-
YUV182.2149.34162.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.44%
GREEN value IS 150 (58.98% from 255) = 24.96%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=38.44%
G=24.96%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115022000.350.050.09308.1562.7974.71
HexE796DC023591343f4b
Octal34722633404351146477113
Binary111001111001011011011100010001110110011001101001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E796DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E796DC; }

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

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

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

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

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

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

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

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