#E4A1EB

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

Shades of Plum #E4A1EB

Tints of Plum #E4A1EB

Color information

#E4A1EB (or 0xE4A1EB) is unknown color: approx Plum. HEX triplet: E4, A1 and EB. RGB value is (228,161,235). Sum of RGB (Red+Green+Blue) = 228+161+235=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A1EB is #1B5E14. Grayscale: #BDBDBD. Windows color (decimal): -1793557 or 15442404. OLE color: 15442404.

HSL color Cylindrical-coordinate representation of color #E4A1EB: hue angle of 294.32º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4A1EB is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228161235-
CMYK0.030.3100.08
HSL294.32º64.91%77.65%-
HSV(B)294.32º31.49%92.16%-
XYZ59.7447.9884.71-
YUV189.47153.7155.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.54%
GREEN value IS 161 (63.28% from 255) = 25.80%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=36.54%
G=25.80%
B=37.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281612350.030.3100.08294.3264.9177.65
HexE4A1EB31F08126414e
Octal344241353337010446101116
Binary11100100101000011110101111111110100010010011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A1EB; }

 p { color: rgb(228,161,235); }

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

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

 a { background-color: rgb(228,161,235); }

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

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

 span { border-color: rgb(228,161,235); }

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