#E9A7E5

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

Shades of Plum #E9A7E5

Tints of Plum #E9A7E5

Color information

#E9A7E5 (or 0xE9A7E5) is unknown color: approx Plum. HEX triplet: E9, A7 and E5. RGB value is (233,167,229). Sum of RGB (Red+Green+Blue) = 233+167+229=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 167 (65.62% from 255 or 26.55% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A7E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A7E5 is #16581A. Grayscale: #C1C1C1. Windows color (decimal): -1464347 or 15050729. OLE color: 15050729.

HSL color Cylindrical-coordinate representation of color #E9A7E5: hue angle of 303.64º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A7E5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB233167229-
CMYK00.280.020.09
HSL303.64º60%78.43%-
HSV(B)303.64º28.33%91.37%-
XYZ61.5750.6280.65-
YUV193.8147.87155.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.04%
GREEN value IS 167 (65.62% from 255) = 26.55%
BLUE value IS 229 (89.84% from 255) = 36.41%
R=37.04%
G=26.55%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316722900.280.020.09303.646078.43
HexE9A7E501C291303c4e
Octal35124734503421146074116
Binary1110100110100111111001010111001010011001100001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A7E5; }

 p { color: rgb(233,167,229); }

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

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

 a { background-color: rgb(233,167,229); }

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

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

 span { border-color: rgb(233,167,229); }

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