#E1A5E3

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

Shades of Plum #E1A5E3

Tints of Plum #E1A5E3

Color information

#E1A5E3 (or 0xE1A5E3) is unknown color: approx Plum. HEX triplet: E1, A5 and E3. RGB value is (225,165,227). Sum of RGB (Red+Green+Blue) = 225+165+227=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 165 (64.84% from 255 or 26.74% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #E1A5E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5E3 is #1E5A1C. Grayscale: #BDBDBD. Windows color (decimal): -1989149 or 14919137. OLE color: 14919137.

HSL color Cylindrical-coordinate representation of color #E1A5E3: hue angle of 298.06º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A5E3 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225165227-
CMYK0.010.2700.11
HSL298.06º52.54%76.86%-
HSV(B)298.06º27.31%89.02%-
XYZ58.3748.4678.95-
YUV190.01148.88152.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.47%
GREEN value IS 165 (64.84% from 255) = 26.74%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=36.47%
G=26.74%
B=36.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2251652270.010.2700.11298.0652.5476.86
HexE1A5E311B0B12a354d
Octal34124534313301345265115
Binary111000011010010111100011111011010111001010101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A5E3; }

 p { color: rgb(225,165,227); }

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

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

 a { background-color: rgb(225,165,227); }

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

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

 span { border-color: rgb(225,165,227); }

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