#E7A1DE

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

Shades of Plum #E7A1DE

Tints of Plum #E7A1DE

Color information

#E7A1DE (or 0xE7A1DE) is unknown color: approx Plum. HEX triplet: E7, A1 and DE. RGB value is (231,161,222). Sum of RGB (Red+Green+Blue) = 231+161+222=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1DE is #185E21. Grayscale: #BCBCBC. Windows color (decimal): -1596962 or 14590439. OLE color: 14590439.

HSL color Cylindrical-coordinate representation of color #E7A1DE: hue angle of 307.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A1DE is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231161222-
CMYK00.300.040.09
HSL307.71º59.32%76.86%-
HSV(B)307.71º30.3%90.59%-
XYZ58.8847.7575.22-
YUV188.88146.69158.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.62%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=37.62%
G=26.22%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116122200.300.040.09307.7159.3276.86
HexE7A1DE01E491343b4d
Octal34724133603641146473115
Binary11100111101000011101111001111010010011001101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1DE; }

 p { color: rgb(231,161,222); }

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

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

 a { background-color: rgb(231,161,222); }

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

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

 span { border-color: rgb(231,161,222); }

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