#E4ABEA

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

Shades of Plum #E4ABEA

Tints of Plum #E4ABEA

Color information

#E4ABEA (or 0xE4ABEA) is unknown color: approx Plum. HEX triplet: E4, AB and EA. RGB value is (228,171,234). Sum of RGB (Red+Green+Blue) = 228+171+234=633 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.02% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ABEA is #1B5415. Grayscale: #C3C3C3. Windows color (decimal): -1790998 or 15379428. OLE color: 15379428.

HSL color Cylindrical-coordinate representation of color #E4ABEA: hue angle of 294.29º 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 #E4ABEA is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228171234-
CMYK0.030.2700.08
HSL294.29º60%79.41%-
HSV(B)294.29º26.92%91.76%-
XYZ61.4151.5684.56-
YUV195.22149.88151.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.02%
GREEN value IS 171 (67.19% from 255) = 27.01%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=36.02%
G=27.01%
B=36.97%

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
Decimal2281712340.030.2700.08294.296079.41
HexE4ABEA31B081263c4f
Octal34425335233301044674117
Binary1110010010101011111010101111011010001001001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ABEA; }

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

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

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

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

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

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

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

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