#E796D4

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

Shades of Plum #E796D4

Tints of Plum #E796D4

Color information

#E796D4 (or 0xE796D4) is unknown color: approx Plum. HEX triplet: E7, 96 and D4. RGB value is (231,150,212). Sum of RGB (Red+Green+Blue) = 231+150+212=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E796D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796D4 is #18692B. Grayscale: #B5B5B5. Windows color (decimal): -1599788 or 13932263. OLE color: 13932263.

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

Color convert

RGB231150212-
CMYK00.350.080.09
HSL314.07º62.79%74.71%-
HSV(B)314.07º35.06%90.59%-
XYZ55.7543.5667.76-
YUV181.29145.34163.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.95%
GREEN value IS 150 (58.98% from 255) = 25.30%
BLUE value IS 212 (83.20% from 255) = 35.75%
R=38.95%
G=25.30%
B=35.75%

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
Decimal23115021200.350.080.09314.0762.7974.71
HexE796D40238913a3f4b
Octal347226324043101147277113
Binary1110011110010110110101000100011100010011001110101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E796D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E796D4; }

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

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

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

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

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

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

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

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