#E9A1F1

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

Shades of Plum #E9A1F1

Tints of Plum #E9A1F1

Color information

#E9A1F1 (or 0xE9A1F1) is unknown color: approx Plum. HEX triplet: E9, A1 and F1. RGB value is (233,161,241). Sum of RGB (Red+Green+Blue) = 233+161+241=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 161 (63.28% from 255 or 25.35% 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 #E9A1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A1F1 is #165E0E. Grayscale: #BFBFBF. Windows color (decimal): -1465871 or 15835625. OLE color: 15835625.

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

Color convert

RGB233161241-
CMYK0.030.3300.05
HSL294º74.07%78.82%-
HSV(B)294º33.2%94.51%-
XYZ62.2349.1689.43-
YUV191.65155.85157.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.69%
GREEN value IS 161 (63.28% from 255) = 25.35%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=36.69%
G=25.35%
B=37.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331612410.030.3300.0529474.0778.82
HexE9A1F1321051264a4f
Octal35124136134105446112117
Binary11101001101000011111000111100001010110010011010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A1F1; }

 p { color: rgb(233,161,241); }

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

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

 a { background-color: rgb(233,161,241); }

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

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

 span { border-color: rgb(233,161,241); }

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