#E7ADEC

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

Shades of Plum #E7ADEC

Tints of Plum #E7ADEC

Color information

#E7ADEC (or 0xE7ADEC) is unknown color: approx Plum. HEX triplet: E7, AD and EC. RGB value is (231,173,236). Sum of RGB (Red+Green+Blue) = 231+173+236=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADEC is #185213. Grayscale: #C5C5C5. Windows color (decimal): -1593876 or 15511015. OLE color: 15511015.

HSL color Cylindrical-coordinate representation of color #E7ADEC: hue angle of 295.24º degrees, saturation: 0.62, 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 #E7ADEC is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231173236-
CMYK0.020.2700.07
HSL295.24º62.38%80.2%-
HSV(B)295.24º26.69%92.55%-
XYZ63.0452.9386.25-
YUV197.52149.72151.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 173 (67.97% from 255) = 27.03%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=36.09%
G=27.03%
B=36.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311732360.020.2700.07295.2462.3880.2
HexE7ADEC21B071273e50
Octal3472553542330744776120
Binary111001111010110111101100101101101111001001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADEC; }

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

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

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

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

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

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

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

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