#E79ADA

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

Shades of Plum #E79ADA

Tints of Plum #E79ADA

Color information

#E79ADA (or 0xE79ADA) is unknown color: approx Plum. HEX triplet: E7, 9A and DA. RGB value is (231,154,218). Sum of RGB (Red+Green+Blue) = 231+154+218=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E79ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79ADA is #186525. Grayscale: #B8B8B8. Windows color (decimal): -1598758 or 14326503. OLE color: 14326503.

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

Color convert

RGB231154218-
CMYK00.330.060.09
HSL310.13º61.6%75.49%-
HSV(B)310.13º33.33%90.59%-
XYZ57.1745.1672.03-
YUV184.32147.01161.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=38.31%
G=25.54%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115421800.330.060.09310.1361.675.49
HexE79ADA021691363e4b
Octal34723233204161146676113
Binary111001111001101011011010010000111010011001101101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79ADA; }

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

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

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

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

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

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

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

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