#E7ADE5

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

Shades of Plum #E7ADE5

Tints of Plum #E7ADE5

Color information

#E7ADE5 (or 0xE7ADE5) is unknown color: approx Plum. HEX triplet: E7, AD and E5. RGB value is (231,173,229). Sum of RGB (Red+Green+Blue) = 231+173+229=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADE5 is #18521A. Grayscale: #C4C4C4. Windows color (decimal): -1593883 or 15052263. OLE color: 15052263.

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

Color convert

RGB231173229-
CMYK00.250.010.09
HSL302.07º54.72%79.22%-
HSV(B)302.07º25.11%90.59%-
XYZ62.0452.5381-
YUV196.73146.22152.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.49%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 229 (89.84% from 255) = 36.18%
R=36.49%
G=27.33%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117322900.250.010.09302.0754.7279.22
HexE7ADE50191912e374f
Octal34725534503111145667117
Binary111001111010110111100101011001110011001011101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADE5; }

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

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

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

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

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

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

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

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