#E4ABEB

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

Shades of Plum #E4ABEB

Tints of Plum #E4ABEB

Color information

#E4ABEB (or 0xE4ABEB) is unknown color: approx Plum. HEX triplet: E4, AB and EB. RGB value is (228,171,235). Sum of RGB (Red+Green+Blue) = 228+171+235=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ABEB is #1B5414. Grayscale: #C3C3C3. Windows color (decimal): -1790997 or 15444964. OLE color: 15444964.

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

Color convert

RGB228171235-
CMYK0.030.2700.08
HSL293.44º61.54%79.61%-
HSV(B)293.44º27.23%92.16%-
XYZ61.5551.6285.32-
YUV195.34150.38151.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.96%
GREEN value IS 171 (67.19% from 255) = 26.97%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=35.96%
G=26.97%
B=37.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281712350.030.2700.08293.4461.5479.61
HexE4ABEB31B081253e50
Octal34425335333301044576120
Binary1110010010101011111010111111011010001001001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ABEB; }

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

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

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

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

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

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

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

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