#E7ADEB

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

Shades of Plum #E7ADEB

Tints of Plum #E7ADEB

Color information

#E7ADEB (or 0xE7ADEB) is unknown color: approx Plum. HEX triplet: E7, AD and EB. RGB value is (231,173,235). Sum of RGB (Red+Green+Blue) = 231+173+235=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADEB is #185214. Grayscale: #C5C5C5. Windows color (decimal): -1593877 or 15445479. OLE color: 15445479.

HSL color Cylindrical-coordinate representation of color #E7ADEB: hue angle of 296.13º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ADEB is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231173235-
CMYK0.020.2600.08
HSL296.13º60.78%80%-
HSV(B)296.13º26.38%92.16%-
XYZ62.8952.8785.49-
YUV197.41149.22151.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.15%
GREEN value IS 173 (67.97% from 255) = 27.07%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=36.15%
G=27.07%
B=36.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311732350.020.2600.08296.1360.7880
HexE7ADEB21A081283d50
Octal34725535323201045075120
Binary1110011110101101111010111011010010001001010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADEB; }

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

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

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

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

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

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

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

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