#E6A4F1

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

Shades of Plum #E6A4F1

Tints of Plum #E6A4F1

Color information

#E6A4F1 (or 0xE6A4F1) is unknown color: approx Plum. HEX triplet: E6, A4 and F1. RGB value is (230,164,241). Sum of RGB (Red+Green+Blue) = 230+164+241=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6A4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A4F1 is #195B0E. Grayscale: #C0C0C0. Windows color (decimal): -1661711 or 15836390. OLE color: 15836390.

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

Color convert

RGB230164241-
CMYK0.050.3200.05
HSL291.43º73.33%79.41%-
HSV(B)291.43º31.95%94.51%-
XYZ61.7949.7289.56-
YUV192.51155.37154.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.22%
GREEN value IS 164 (64.45% from 255) = 25.83%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=36.22%
G=25.83%
B=37.95%

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
Decimal2301642410.050.3200.05291.4373.3379.41
HexE6A4F152005123494f
Octal34624436154005443111117
Binary111001101010010011110001101100000010110010001110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A4F1; }

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

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

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

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

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

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

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

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