#E9AEEE

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

Shades of Plum #E9AEEE

Tints of Plum #E9AEEE

Color information

#E9AEEE (or 0xE9AEEE) is unknown color: approx Plum. HEX triplet: E9, AE and EE. RGB value is (233,174,238). Sum of RGB (Red+Green+Blue) = 233+174+238=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9AEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEEE is #165111. Grayscale: #C6C6C6. Windows color (decimal): -1462546 or 15642345. OLE color: 15642345.

HSL color Cylindrical-coordinate representation of color #E9AEEE: hue angle of 295.31º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9AEEE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233174238-
CMYK0.020.2700.07
HSL295.31º65.31%80.78%-
HSV(B)295.31º26.89%93.33%-
XYZ64.1753.7787.89-
YUV198.94150.05152.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.12%
GREEN value IS 174 (68.36% from 255) = 26.98%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=36.12%
G=26.98%
B=36.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331742380.020.2700.07295.3165.3180.78
HexE9AEEE21B071274151
Octal35125635623307447101121
Binary1110100110101110111011101011011011110010011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AEEE; }

 p { color: rgb(233,174,238); }

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

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

 a { background-color: rgb(233,174,238); }

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

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

 span { border-color: rgb(233,174,238); }

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