#E79ADD

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

Shades of Plum #E79ADD

Tints of Plum #E79ADD

Color information

#E79ADD (or 0xE79ADD) is unknown color: approx Plum. HEX triplet: E7, 9A and DD. RGB value is (231,154,221). Sum of RGB (Red+Green+Blue) = 231+154+221=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E79ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79ADD is #186522. Grayscale: #B8B8B8. Windows color (decimal): -1598755 or 14523111. OLE color: 14523111.

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

Color convert

RGB231154221-
CMYK00.330.040.09
HSL307.79º61.6%75.49%-
HSV(B)307.79º33.33%90.59%-
XYZ57.5645.3274.12-
YUV184.66148.51161.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 154 (60.55% from 255) = 25.41%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=38.12%
G=25.41%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115422100.330.040.09307.7961.675.49
HexE79ADD021491343e4b
Octal34723233504141146476113
Binary111001111001101011011101010000110010011001101001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79ADD; }

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

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

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

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

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

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

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

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