#E6A3DC

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

Shades of Plum #E6A3DC

Tints of Plum #E6A3DC

Color information

#E6A3DC (or 0xE6A3DC) is unknown color: approx Plum. HEX triplet: E6, A3 and DC. RGB value is (230,163,220). Sum of RGB (Red+Green+Blue) = 230+163+220=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A3DC is #195C23. Grayscale: #BDBDBD. Windows color (decimal): -1661988 or 14459878. OLE color: 14459878.

HSL color Cylindrical-coordinate representation of color #E6A3DC: hue angle of 308.96º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A3DC is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230163220-
CMYK00.290.040.10
HSL308.96º57.26%77.06%-
HSV(B)308.96º29.13%90.2%-
XYZ58.6548.1873.92-
YUV189.53145.2156.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=37.52%
G=26.59%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016322000.290.040.10308.9657.2677.06
HexE6A3DC01D4A135394d
Octal34624333403541246571115
Binary11100110101000111101110001110110010101001101011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A3DC; }

 p { color: rgb(230,163,220); }

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

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

 a { background-color: rgb(230,163,220); }

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

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

 span { border-color: rgb(230,163,220); }

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