#E8AAEB

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

Shades of Plum #E8AAEB

Tints of Plum #E8AAEB

Color information

#E8AAEB (or 0xE8AAEB) is unknown color: approx Plum. HEX triplet: E8, AA and EB. RGB value is (232,170,235). Sum of RGB (Red+Green+Blue) = 232+170+235=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8AAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAEB is #175514. Grayscale: #C3C3C3. Windows color (decimal): -1529109 or 15444712. OLE color: 15444712.

HSL color Cylindrical-coordinate representation of color #E8AAEB: hue angle of 297.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8AAEB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232170235-
CMYK0.010.2800.08
HSL297.23º61.9%79.41%-
HSV(B)297.23º27.66%92.16%-
XYZ62.6551.985.31-
YUV195.95150.04153.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.42%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=36.42%
G=26.69%
B=36.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321702350.010.2800.08297.2361.979.41
HexE8AAEB11C081293e4f
Octal35025235313401045176117
Binary111010001010101011101011111100010001001010011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AAEB; }

 p { color: rgb(232,170,235); }

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

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

 a { background-color: rgb(232,170,235); }

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

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

 span { border-color: rgb(232,170,235); }

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