#E6A5EA

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

Shades of Plum #E6A5EA

Tints of Plum #E6A5EA

Color information

#E6A5EA (or 0xE6A5EA) is unknown color: approx Plum. HEX triplet: E6, A5 and EA. RGB value is (230,165,234). Sum of RGB (Red+Green+Blue) = 230+165+234=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6A5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A5EA is #195A15. Grayscale: #C0C0C0. Windows color (decimal): -1661462 or 15377894. OLE color: 15377894.

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

Color convert

RGB230165234-
CMYK0.020.2900.08
HSL296.52º62.16%78.24%-
HSV(B)296.52º29.49%91.76%-
XYZ60.9449.6784.22-
YUV192.3151.53154.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.57%
GREEN value IS 165 (64.84% from 255) = 26.23%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=36.57%
G=26.23%
B=37.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301652340.020.2900.08296.5262.1678.24
HexE6A5EA21D081293e4e
Octal34624535223501045176116
Binary1110011010100101111010101011101010001001010011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A5EA; }

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

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

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

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

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

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

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

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