#E6AAEA

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

Shades of Plum #E6AAEA

Tints of Plum #E6AAEA

Color information

#E6AAEA (or 0xE6AAEA) is unknown color: approx Plum. HEX triplet: E6, AA and EA. RGB value is (230,170,234). Sum of RGB (Red+Green+Blue) = 230+170+234=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAEA is #195515. Grayscale: #C3C3C3. Windows color (decimal): -1660182 or 15379174. OLE color: 15379174.

HSL color Cylindrical-coordinate representation of color #E6AAEA: hue angle of 296.25º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6AAEA is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230170234-
CMYK0.020.2700.08
HSL296.25º60.38%79.22%-
HSV(B)296.25º27.35%91.76%-
XYZ61.8651.5184.52-
YUV195.24149.88152.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.28%
GREEN value IS 170 (66.80% from 255) = 26.81%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=36.28%
G=26.81%
B=36.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301702340.020.2700.08296.2560.3879.22
HexE6AAEA21B081283c4f
Octal34625235223301045074117
Binary1110011010101010111010101011011010001001010001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AAEA; }

 p { color: rgb(230,170,234); }

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

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

 a { background-color: rgb(230,170,234); }

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

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

 span { border-color: rgb(230,170,234); }

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