#E8AEEE

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

Shades of Plum #E8AEEE

Tints of Plum #E8AEEE

Color information

#E8AEEE (or 0xE8AEEE) is unknown color: approx Plum. HEX triplet: E8, AE and EE. RGB value is (232,174,238). Sum of RGB (Red+Green+Blue) = 232+174+238=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8AEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEEE is #175111. Grayscale: #C6C6C6. Windows color (decimal): -1528082 or 15642344. OLE color: 15642344.

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

Color convert

RGB232174238-
CMYK0.030.2700.07
HSL294.38º65.31%80.78%-
HSV(B)294.38º26.89%93.33%-
XYZ63.8553.687.87-
YUV198.64150.22151.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.02%
GREEN value IS 174 (68.36% from 255) = 27.02%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=36.02%
G=27.02%
B=36.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321742380.030.2700.07294.3865.3180.78
HexE8AEEE31B071264151
Octal35025635633307446101121
Binary1110100010101110111011101111011011110010011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AEEE; }

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

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

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

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

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

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

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

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