#E7A8DE

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

Shades of Plum #E7A8DE

Tints of Plum #E7A8DE

Color information

#E7A8DE (or 0xE7A8DE) is unknown color: approx Plum. HEX triplet: E7, A8 and DE. RGB value is (231,168,222). Sum of RGB (Red+Green+Blue) = 231+168+222=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8DE is #185721. Grayscale: #C0C0C0. Windows color (decimal): -1595170 or 14592231. OLE color: 14592231.

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

Color convert

RGB231168222-
CMYK00.270.040.09
HSL308.57º56.76%78.24%-
HSV(B)308.57º27.27%90.59%-
XYZ60.1450.2775.64-
YUV192.99144.37155.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 168 (66.02% from 255) = 27.05%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=37.20%
G=27.05%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116822200.270.040.09308.5756.7678.24
HexE7A8DE01B49135394e
Octal34725033603341146571116
Binary11100111101010001101111001101110010011001101011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A8DE; }

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

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

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

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

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

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

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

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