#E0AEEB

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

Shades of Plum #E0AEEB

Tints of Plum #E0AEEB

Color information

#E0AEEB (or 0xE0AEEB) is unknown color: approx Plum. HEX triplet: E0, AE and EB. RGB value is (224,174,235). Sum of RGB (Red+Green+Blue) = 224+174+235=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEEB is #1F5114. Grayscale: #C3C3C3. Windows color (decimal): -2052373 or 15445728. OLE color: 15445728.

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

Color convert

RGB224174235-
CMYK0.050.2600.08
HSL289.18º60.4%80.2%-
HSV(B)289.18º25.96%92.16%-
XYZ60.8752.1285.45-
YUV195.9150.06148.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.39%
GREEN value IS 174 (68.36% from 255) = 27.49%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=35.39%
G=27.49%
B=37.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241742350.050.2600.08289.1860.480.2
HexE0AEEB51A081213c50
Octal34025635353201044174120
Binary11100000101011101110101110111010010001001000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEEB; }

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

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

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

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

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

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

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

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