#E796D5

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

Shades of Plum #E796D5

Tints of Plum #E796D5

Color information

#E796D5 (or 0xE796D5) is unknown color: approx Plum. HEX triplet: E7, 96 and D5. RGB value is (231,150,213). Sum of RGB (Red+Green+Blue) = 231+150+213=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E796D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796D5 is #18692A. Grayscale: #B5B5B5. Windows color (decimal): -1599787 or 13997799. OLE color: 13997799.

HSL color Cylindrical-coordinate representation of color #E796D5: hue angle of 313.33º 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 #E796D5 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB231150213-
CMYK00.350.080.09
HSL313.33º62.79%74.71%-
HSV(B)313.33º35.06%90.59%-
XYZ55.8743.6168.42-
YUV181.4145.84163.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 150 (58.98% from 255) = 25.25%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=38.89%
G=25.25%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115021300.350.080.09313.3362.7974.71
HexE796D5023891393f4b
Octal347226325043101147177113
Binary1110011110010110110101010100011100010011001110011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E796D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E796D5; }

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

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

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

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

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

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

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

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