#E6A9EF

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

Shades of Plum #E6A9EF

Tints of Plum #E6A9EF

Color information

#E6A9EF (or 0xE6A9EF) is unknown color: approx Plum. HEX triplet: E6, A9 and EF. RGB value is (230,169,239). Sum of RGB (Red+Green+Blue) = 230+169+239=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6A9EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A9EF is #195610. Grayscale: #C2C2C2. Windows color (decimal): -1660433 or 15706598. OLE color: 15706598.

HSL color Cylindrical-coordinate representation of color #E6A9EF: hue angle of 292.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A9EF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230169239-
CMYK0.040.2900.06
HSL292.29º68.63%80%-
HSV(B)292.29º29.29%93.73%-
XYZ62.451.4388.3-
YUV195.22152.71152.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.05%
GREEN value IS 169 (66.41% from 255) = 26.49%
BLUE value IS 239 (93.75% from 255) = 37.46%
R=36.05%
G=26.49%
B=37.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301692390.040.2900.06292.2968.6380
HexE6A9EF41D061244550
Octal34625135743506444105120
Binary11100110101010011110111110011101011010010010010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A9EF; }

 p { color: rgb(230,169,239); }

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

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

 a { background-color: rgb(230,169,239); }

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

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

 span { border-color: rgb(230,169,239); }

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