#E6AAEB

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

Shades of Plum #E6AAEB

Tints of Plum #E6AAEB

Color information

#E6AAEB (or 0xE6AAEB) is unknown color: approx Plum. HEX triplet: E6, AA and EB. RGB value is (230,170,235). Sum of RGB (Red+Green+Blue) = 230+170+235=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6AAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAEB is #195514. Grayscale: #C3C3C3. Windows color (decimal): -1660181 or 15444710. OLE color: 15444710.

HSL color Cylindrical-coordinate representation of color #E6AAEB: hue angle of 295.38º 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 #E6AAEB is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230170235-
CMYK0.020.2800.08
HSL295.38º61.9%79.41%-
HSV(B)295.38º27.66%92.16%-
XYZ6251.5785.28-
YUV195.35150.38152.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.22%
GREEN value IS 170 (66.80% from 255) = 26.77%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=36.22%
G=26.77%
B=37.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301702350.020.2800.08295.3861.979.41
HexE6AAEB21C081273e4f
Octal34625235323401044776117
Binary1110011010101010111010111011100010001001001111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AAEB; }

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

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

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

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

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

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

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

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