#E79FD6

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

Shades of Plum #E79FD6

Tints of Plum #E79FD6

Color information

#E79FD6 (or 0xE79FD6) is unknown color: approx Plum. HEX triplet: E7, 9F and D6. RGB value is (231,159,214). Sum of RGB (Red+Green+Blue) = 231+159+214=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FD6 is #186029. Grayscale: #BABABA. Windows color (decimal): -1597482 or 14065639. OLE color: 14065639.

HSL color Cylindrical-coordinate representation of color #E79FD6: hue angle of 314.17º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E79FD6 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB231159214-
CMYK00.310.070.09
HSL314.17º60%76.47%-
HSV(B)314.17º31.17%90.59%-
XYZ57.4946.6469.59-
YUV186.8143.35159.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=38.25%
G=26.32%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115921400.310.070.09314.176076.47
HexE79FD601F7913a3c4c
Octal34723732603771147274114
Binary11100111100111111101011001111111110011001110101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FD6; }

 p { color: rgb(231,159,214); }

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

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

 a { background-color: rgb(231,159,214); }

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

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

 span { border-color: rgb(231,159,214); }

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