#E4AEEB

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

Shades of Plum #E4AEEB

Tints of Plum #E4AEEB

Color information

#E4AEEB (or 0xE4AEEB) is unknown color: approx Plum. HEX triplet: E4, AE and EB. RGB value is (228,174,235). Sum of RGB (Red+Green+Blue) = 228+174+235=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AEEB is #1B5114. Grayscale: #C4C4C4. Windows color (decimal): -1790229 or 15445732. OLE color: 15445732.

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

Color convert

RGB228174235-
CMYK0.030.2600.08
HSL293.11º60.4%80.2%-
HSV(B)293.11º25.96%92.16%-
XYZ62.1352.7685.51-
YUV197.1149.39150.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.79%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=35.79%
G=27.32%
B=36.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281742350.030.2600.08293.1160.480.2
HexE4AEEB31A081253c50
Octal34425635333201044574120
Binary1110010010101110111010111111010010001001001011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AEEB; }

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

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

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

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

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

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

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

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