#E0ABE9

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

Shades of Plum #E0ABE9

Tints of Plum #E0ABE9

Color information

#E0ABE9 (or 0xE0ABE9) is unknown color: approx Plum. HEX triplet: E0, AB and E9. RGB value is (224,171,233). Sum of RGB (Red+Green+Blue) = 224+171+233=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0ABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABE9 is #1F5416. Grayscale: #C1C1C1. Windows color (decimal): -2053143 or 15313888. OLE color: 15313888.

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

Color convert

RGB224171233-
CMYK0.040.2700.09
HSL291.29º58.49%79.22%-
HSV(B)291.29º26.61%91.37%-
XYZ60.0150.8683.74-
YUV193.92150.06149.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.67%
GREEN value IS 171 (67.19% from 255) = 27.23%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=35.67%
G=27.23%
B=37.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241712330.040.2700.09291.2958.4979.22
HexE0ABE941B091233a4f
Octal34025335143301144372117
Binary11100000101010111110100110011011010011001000111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABE9; }

 p { color: rgb(224,171,233); }

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

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

 a { background-color: rgb(224,171,233); }

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

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

 span { border-color: rgb(224,171,233); }

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