#E6AEEF

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

Shades of Plum #E6AEEF

Tints of Plum #E6AEEF

Color information

#E6AEEF (or 0xE6AEEF) is unknown color: approx Plum. HEX triplet: E6, AE and EF. RGB value is (230,174,239). Sum of RGB (Red+Green+Blue) = 230+174+239=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6AEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEEF is #195110. Grayscale: #C5C5C5. Windows color (decimal): -1659153 or 15707878. OLE color: 15707878.

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

Color convert

RGB230174239-
CMYK0.040.2700.06
HSL291.69º67.01%80.98%-
HSV(B)291.69º27.2%93.73%-
XYZ63.3553.3388.62-
YUV198.15151.05150.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.77%
GREEN value IS 174 (68.36% from 255) = 27.06%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=35.77%
G=27.06%
B=37.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301742390.040.2700.06291.6967.0180.98
HexE6AEEF41B061244351
Octal34625635743306444103121
Binary11100110101011101110111110011011011010010010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AEEF; }

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

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

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

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

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

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

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

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