#E1ABEA

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

Shades of Plum #E1ABEA

Tints of Plum #E1ABEA

Color information

#E1ABEA (or 0xE1ABEA) is unknown color: approx Plum. HEX triplet: E1, AB and EA. RGB value is (225,171,234). Sum of RGB (Red+Green+Blue) = 225+171+234=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABEA is #1E5415. Grayscale: #C2C2C2. Windows color (decimal): -1987606 or 15379425. OLE color: 15379425.

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

Color convert

RGB225171234-
CMYK0.040.2700.08
HSL291.43º60%79.41%-
HSV(B)291.43º26.92%91.76%-
XYZ60.4751.0784.51-
YUV194.33150.39149.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 171 (67.19% from 255) = 27.14%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=35.71%
G=27.14%
B=37.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251712340.040.2700.08291.436079.41
HexE1ABEA41B081233c4f
Octal34125335243301044374117
Binary11100001101010111110101010011011010001001000111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABEA; }

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

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

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

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

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

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

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

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