#E7ADE6

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

Shades of Plum #E7ADE6

Tints of Plum #E7ADE6

Color information

#E7ADE6 (or 0xE7ADE6) is unknown color: approx Plum. HEX triplet: E7, AD and E6. RGB value is (231,173,230). Sum of RGB (Red+Green+Blue) = 231+173+230=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADE6 is #185219. Grayscale: #C4C4C4. Windows color (decimal): -1593882 or 15117799. OLE color: 15117799.

HSL color Cylindrical-coordinate representation of color #E7ADE6: hue angle of 301.03º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7ADE6 is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB231173230-
CMYK00.250.000.09
HSL301.03º54.72%79.22%-
HSV(B)301.03º25.11%90.59%-
XYZ62.1852.5981.74-
YUV196.84146.72152.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.44%
GREEN value IS 173 (67.97% from 255) = 27.29%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=36.44%
G=27.29%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117323000.250.000.09301.0354.7279.22
HexE7ADE60190912d374f
Octal34725534603101145567117
Binary111001111010110111100110011001010011001011011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADE6; }

 p { color: rgb(231,173,230); }

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

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

 a { background-color: rgb(231,173,230); }

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

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

 span { border-color: rgb(231,173,230); }

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