#E7A7DD

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

Shades of Plum #E7A7DD

Tints of Plum #E7A7DD

Color information

#E7A7DD (or 0xE7A7DD) is unknown color: approx Plum. HEX triplet: E7, A7 and DD. RGB value is (231,167,221). Sum of RGB (Red+Green+Blue) = 231+167+221=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A7DD is #185822. Grayscale: #C0C0C0. Windows color (decimal): -1595427 or 14526439. OLE color: 14526439.

HSL color Cylindrical-coordinate representation of color #E7A7DD: hue angle of 309.38º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A7DD is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231167221-
CMYK00.280.040.09
HSL309.38º57.14%78.04%-
HSV(B)309.38º27.71%90.59%-
XYZ59.8249.8574.87-
YUV192.29144.2155.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.32%
GREEN value IS 167 (65.62% from 255) = 26.98%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=37.32%
G=26.98%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116722100.280.040.09309.3857.1478.04
HexE7A7DD01C49135394e
Octal34724733503441146571116
Binary11100111101001111101110101110010010011001101011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A7DD; }

 p { color: rgb(231,167,221); }

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

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

 a { background-color: rgb(231,167,221); }

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

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

 span { border-color: rgb(231,167,221); }

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