#E7ADE4

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

Shades of Plum #E7ADE4

Tints of Plum #E7ADE4

Color information

#E7ADE4 (or 0xE7ADE4) is unknown color: approx Plum. HEX triplet: E7, AD and E4. RGB value is (231,173,228). Sum of RGB (Red+Green+Blue) = 231+173+228=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADE4 is #18521B. Grayscale: #C4C4C4. Windows color (decimal): -1593884 or 14986727. OLE color: 14986727.

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

Color convert

RGB231173228-
CMYK00.250.010.09
HSL303.1º54.72%79.22%-
HSV(B)303.1º25.11%90.59%-
XYZ61.952.4880.27-
YUV196.61145.72152.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.55%
GREEN value IS 173 (67.97% from 255) = 27.37%
BLUE value IS 228 (89.45% from 255) = 36.08%
R=36.55%
G=27.37%
B=36.08%

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
Decimal23117322800.250.010.09303.154.7279.22
HexE7ADE40191912f374f
Octal34725534403111145767117
Binary111001111010110111100100011001110011001011111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADE4; }

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

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

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

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

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

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

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

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