#E7A8EE

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

Shades of Plum #E7A8EE

Tints of Plum #E7A8EE

Color information

#E7A8EE (or 0xE7A8EE) is unknown color: approx Plum. HEX triplet: E7, A8 and EE. RGB value is (231,168,238). Sum of RGB (Red+Green+Blue) = 231+168+238=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7A8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A8EE is #185711. Grayscale: #C2C2C2. Windows color (decimal): -1595154 or 15640807. OLE color: 15640807.

HSL color Cylindrical-coordinate representation of color #E7A8EE: hue angle of 294º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A8EE is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231168238-
CMYK0.030.2900.07
HSL294º67.31%79.61%-
HSV(B)294º29.41%93.33%-
XYZ62.3951.1787.48-
YUV194.82152.37153.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.26%
GREEN value IS 168 (66.02% from 255) = 26.37%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=36.26%
G=26.37%
B=37.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311682380.030.2900.0729467.3179.61
HexE7A8EE31D071264350
Octal34725035633507446103120
Binary1110011110101000111011101111101011110010011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A8EE; }

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

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

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

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

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

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

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

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