#E6ABE9

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

Shades of Plum #E6ABE9

Tints of Plum #E6ABE9

Color information

#E6ABE9 (or 0xE6ABE9) is unknown color: approx Plum. HEX triplet: E6, AB and E9. RGB value is (230,171,233). Sum of RGB (Red+Green+Blue) = 230+171+233=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6ABE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABE9 is #195416. Grayscale: #C3C3C3. Windows color (decimal): -1659927 or 15313894. OLE color: 15313894.

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

Color convert

RGB230171233-
CMYK0.010.2700.09
HSL297.1º58.49%79.22%-
HSV(B)297.1º26.61%91.37%-
XYZ61.951.8383.83-
YUV195.71149.05152.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.28%
GREEN value IS 171 (67.19% from 255) = 26.97%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=36.28%
G=26.97%
B=36.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301712330.010.2700.09297.158.4979.22
HexE6ABE911B091293a4f
Octal34625335113301145172117
Binary111001101010101111101001111011010011001010011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ABE9; }

 p { color: rgb(230,171,233); }

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

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

 a { background-color: rgb(230,171,233); }

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

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

 span { border-color: rgb(230,171,233); }

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