#E4ABE0

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

Shades of Plum #E4ABE0

Tints of Plum #E4ABE0

Color information

#E4ABE0 (or 0xE4ABE0) is unknown color: approx Plum. HEX triplet: E4, AB and E0. RGB value is (228,171,224). Sum of RGB (Red+Green+Blue) = 228+171+224=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ABE0 is #1B541F. Grayscale: #C1C1C1. Windows color (decimal): -1791008 or 14724068. OLE color: 14724068.

HSL color Cylindrical-coordinate representation of color #E4ABE0: hue angle of 304.21º 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 #E4ABE0 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228171224-
CMYK00.250.020.11
HSL304.21º51.35%78.24%-
HSV(B)304.21º25%89.41%-
XYZ60.015177.2-
YUV194.08144.88152.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.60%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 224 (87.89% from 255) = 35.96%
R=36.60%
G=27.45%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817122400.250.020.11304.2151.3578.24
HexE4ABE00192B130334e
Octal34425334003121346063116
Binary1110010010101011111000000110011010111001100001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ABE0; }

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

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

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

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

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

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

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

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