#E6A5F1

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

Shades of Plum #E6A5F1

Tints of Plum #E6A5F1

Color information

#E6A5F1 (or 0xE6A5F1) is unknown color: approx Plum. HEX triplet: E6, A5 and F1. RGB value is (230,165,241). Sum of RGB (Red+Green+Blue) = 230+165+241=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 165 (64.84% from 255 or 25.94% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6A5F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A5F1 is #195A0E. Grayscale: #C0C0C0. Windows color (decimal): -1661455 or 15836646. OLE color: 15836646.

HSL color Cylindrical-coordinate representation of color #E6A5F1: hue angle of 291.32º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6A5F1 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230165241-
CMYK0.050.3200.05
HSL291.32º73.08%79.61%-
HSV(B)291.32º31.54%94.51%-
XYZ61.9750.0889.62-
YUV193.1155.03154.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.16%
GREEN value IS 165 (64.84% from 255) = 25.94%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=36.16%
G=25.94%
B=37.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301652410.050.3200.05291.3273.0879.61
HexE6A5F1520051234950
Octal34624536154005443111120
Binary111001101010010111110001101100000010110010001110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A5F1; }

 p { color: rgb(230,165,241); }

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

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

 a { background-color: rgb(230,165,241); }

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

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

 span { border-color: rgb(230,165,241); }

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