#E6A1EB

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

Shades of Plum #E6A1EB

Tints of Plum #E6A1EB

Color information

#E6A1EB (or 0xE6A1EB) is unknown color: approx Plum. HEX triplet: E6, A1 and EB. RGB value is (230,161,235). Sum of RGB (Red+Green+Blue) = 230+161+235=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6A1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A1EB is #195E14. Grayscale: #BDBDBD. Windows color (decimal): -1662485 or 15442406. OLE color: 15442406.

HSL color Cylindrical-coordinate representation of color #E6A1EB: hue angle of 295.95º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6A1EB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230161235-
CMYK0.020.3100.08
HSL295.95º64.91%77.65%-
HSV(B)295.95º31.49%92.16%-
XYZ60.3748.3184.74-
YUV190.07153.36156.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.74%
GREEN value IS 161 (63.28% from 255) = 25.72%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=36.74%
G=25.72%
B=37.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301612350.020.3100.08295.9564.9177.65
HexE6A1EB21F08128414e
Octal346241353237010450101116
Binary11100110101000011110101110111110100010010100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A1EB; }

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

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

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

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

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

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

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

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