#E4A2E5

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

Shades of Plum #E4A2E5

Tints of Plum #E4A2E5

Color information

#E4A2E5 (or 0xE4A2E5) is unknown color: approx Plum. HEX triplet: E4, A2 and E5. RGB value is (228,162,229). Sum of RGB (Red+Green+Blue) = 228+162+229=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4A2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A2E5 is #1B5D1A. Grayscale: #BDBDBD. Windows color (decimal): -1793307 or 15049444. OLE color: 15049444.

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

Color convert

RGB228162229-
CMYK0.000.2900.10
HSL299.1º56.3%76.67%-
HSV(B)299.1º29.26%89.8%-
XYZ59.0647.9980.28-
YUV189.37150.37155.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.83%
GREEN value IS 162 (63.67% from 255) = 26.17%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=36.83%
G=26.17%
B=37.00%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281622290.000.2900.10299.156.376.67
HexE4A2E501D0A12b384d
Octal34424234503501245370115
Binary111001001010001011100101011101010101001010111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A2E5; }

 p { color: rgb(228,162,229); }

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

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

 a { background-color: rgb(228,162,229); }

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

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

 span { border-color: rgb(228,162,229); }

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