#E9A9F1

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

Shades of Plum #E9A9F1

Tints of Plum #E9A9F1

Color information

#E9A9F1 (or 0xE9A9F1) is unknown color: approx Plum. HEX triplet: E9, A9 and F1. RGB value is (233,169,241). Sum of RGB (Red+Green+Blue) = 233+169+241=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9A9F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A9F1 is #16560E. Grayscale: #C4C4C4. Windows color (decimal): -1463823 or 15837673. OLE color: 15837673.

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

Color convert

RGB233169241-
CMYK0.030.3000.05
HSL293.33º72%80.39%-
HSV(B)293.33º29.88%94.51%-
XYZ63.6752.0589.91-
YUV196.34153.2154.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.24%
GREEN value IS 169 (66.41% from 255) = 26.28%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=36.24%
G=26.28%
B=37.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331692410.030.3000.05293.337280.39
HexE9A9F131E051254850
Octal35125136133605445110120
Binary1110100110101001111100011111110010110010010110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A9F1; }

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

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

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

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

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

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

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

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