#E7AEEF

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

Shades of Plum #E7AEEF

Tints of Plum #E7AEEF

Color information

#E7AEEF (or 0xE7AEEF) is unknown color: approx Plum. HEX triplet: E7, AE and EF. RGB value is (231,174,239). Sum of RGB (Red+Green+Blue) = 231+174+239=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7AEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AEEF is #185110. Grayscale: #C6C6C6. Windows color (decimal): -1593617 or 15707879. OLE color: 15707879.

HSL color Cylindrical-coordinate representation of color #E7AEEF: hue angle of 292.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7AEEF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231174239-
CMYK0.030.2700.06
HSL292.62º67.01%80.98%-
HSV(B)292.62º27.2%93.73%-
XYZ63.6753.4988.63-
YUV198.45150.88151.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.87%
GREEN value IS 174 (68.36% from 255) = 27.02%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=35.87%
G=27.02%
B=37.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2311742390.030.2700.06292.6267.0180.98
HexE7AEEF31B061254351
Octal34725635733306445103121
Binary1110011110101110111011111111011011010010010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEEF; }

 p { color: rgb(231,174,239); }

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

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

 a { background-color: rgb(231,174,239); }

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

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

 span { border-color: rgb(231,174,239); }

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