#E5A9E6

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

Shades of Plum #E5A9E6

Tints of Plum #E5A9E6

Color information

#E5A9E6 (or 0xE5A9E6) is unknown color: approx Plum. HEX triplet: E5, A9 and E6. RGB value is (229,169,230). Sum of RGB (Red+Green+Blue) = 229+169+230=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5A9E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A9E6 is #1A5619. Grayscale: #C1C1C1. Windows color (decimal): -1725978 or 15116773. OLE color: 15116773.

HSL color Cylindrical-coordinate representation of color #E5A9E6: hue angle of 299.02º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5A9E6 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB229169230-
CMYK0.000.2700.10
HSL299.02º54.95%78.24%-
HSV(B)299.02º26.52%90.2%-
XYZ60.7850.7581.45-
YUV193.89148.38153.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.46%
GREEN value IS 169 (66.41% from 255) = 26.91%
BLUE value IS 230 (90.23% from 255) = 36.62%
R=36.46%
G=26.91%
B=36.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291692300.000.2700.10299.0254.9578.24
HexE5A9E601B0A12b374e
Octal34525134603301245367116
Binary111001011010100111100110011011010101001010111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A9E6; }

 p { color: rgb(229,169,230); }

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

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

 a { background-color: rgb(229,169,230); }

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

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

 span { border-color: rgb(229,169,230); }

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