#E4ABE1

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

Shades of Plum #E4ABE1

Tints of Plum #E4ABE1

Color information

#E4ABE1 (or 0xE4ABE1) is unknown color: approx Plum. HEX triplet: E4, AB and E1. RGB value is (228,171,225). Sum of RGB (Red+Green+Blue) = 228+171+225=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ABE1 is #1B541E. Grayscale: #C2C2C2. Windows color (decimal): -1791007 or 14789604. OLE color: 14789604.

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

Color convert

RGB228171225-
CMYK00.250.010.11
HSL303.16º51.35%78.24%-
HSV(B)303.16º25%89.41%-
XYZ60.1551.0677.92-
YUV194.2145.38152.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.54%
GREEN value IS 171 (67.19% from 255) = 27.40%
BLUE value IS 225 (88.28% from 255) = 36.06%
R=36.54%
G=27.40%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817122500.250.010.11303.1651.3578.24
HexE4ABE10191B12f334e
Octal34425334103111345763116
Binary111001001010101111100001011001110111001011111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ABE1; }

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

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

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

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

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

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

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

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