#E1A8EA

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

Shades of Plum #E1A8EA

Tints of Plum #E1A8EA

Color information

#E1A8EA (or 0xE1A8EA) is unknown color: approx Plum. HEX triplet: E1, A8 and EA. RGB value is (225,168,234). Sum of RGB (Red+Green+Blue) = 225+168+234=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A8EA is #1E5715. Grayscale: #C0C0C0. Windows color (decimal): -1988374 or 15378657. OLE color: 15378657.

HSL color Cylindrical-coordinate representation of color #E1A8EA: hue angle of 291.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A8EA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225168234-
CMYK0.040.2800.08
HSL291.82º61.11%78.82%-
HSV(B)291.82º28.21%91.76%-
XYZ59.9149.9584.33-
YUV192.57151.38151.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.89%
GREEN value IS 168 (66.02% from 255) = 26.79%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=35.89%
G=26.79%
B=37.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251682340.040.2800.08291.8261.1178.82
HexE1A8EA41C081243d4f
Octal34125035243401044475117
Binary11100001101010001110101010011100010001001001001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A8EA; }

 p { color: rgb(225,168,234); }

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

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

 a { background-color: rgb(225,168,234); }

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

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

 span { border-color: rgb(225,168,234); }

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