#E7ADED

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

Shades of Plum #E7ADED

Tints of Plum #E7ADED

Color information

#E7ADED (or 0xE7ADED) is unknown color: approx Plum. HEX triplet: E7, AD and ED. RGB value is (231,173,237). Sum of RGB (Red+Green+Blue) = 231+173+237=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7ADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADED is #185212. Grayscale: #C5C5C5. Windows color (decimal): -1593875 or 15576551. OLE color: 15576551.

HSL color Cylindrical-coordinate representation of color #E7ADED: hue angle of 294.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7ADED is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231173237-
CMYK0.030.2700.07
HSL294.38º64%80.39%-
HSV(B)294.38º27%92.94%-
XYZ63.1852.9987.02-
YUV197.64150.22151.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=36.04%
G=26.99%
B=36.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311732370.030.2700.07294.386480.39
HexE7ADED31B071264050
Octal34725535533307446100120
Binary1110011110101101111011011111011011110010011010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADED; }

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

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

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

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

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

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

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

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