#E79AD5

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

Shades of Plum #E79AD5

Tints of Plum #E79AD5

Color information

#E79AD5 (or 0xE79AD5) is unknown color: approx Plum. HEX triplet: E7, 9A and D5. RGB value is (231,154,213). Sum of RGB (Red+Green+Blue) = 231+154+213=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E79AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79AD5 is #18652A. Grayscale: #B7B7B7. Windows color (decimal): -1598763 or 13998823. OLE color: 13998823.

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

Color convert

RGB231154213-
CMYK00.330.080.09
HSL314.03º61.6%75.49%-
HSV(B)314.03º33.33%90.59%-
XYZ56.5244.968.64-
YUV183.75144.51161.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.63%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=38.63%
G=25.75%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115421300.330.080.09314.0361.675.49
HexE79AD50218913a3e4b
Octal347232325041101147276113
Binary1110011110011010110101010100001100010011001110101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79AD5; }

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

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

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

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

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

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

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

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