#E6A0EA

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

Shades of Plum #E6A0EA

Tints of Plum #E6A0EA

Color information

#E6A0EA (or 0xE6A0EA) is unknown color: approx Plum. HEX triplet: E6, A0 and EA. RGB value is (230,160,234). Sum of RGB (Red+Green+Blue) = 230+160+234=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6A0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A0EA is #195F15. Grayscale: #BDBDBD. Windows color (decimal): -1662742 or 15376614. OLE color: 15376614.

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

Color convert

RGB230160234-
CMYK0.020.3200.08
HSL296.76º63.79%77.25%-
HSV(B)296.76º31.62%91.76%-
XYZ60.0647.9183.92-
YUV189.37153.19156.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.86%
GREEN value IS 160 (62.89% from 255) = 25.64%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=36.86%
G=25.64%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301602340.020.3200.08296.7663.7977.25
HexE6A0EA22008129404d
Octal346240352240010451100115
Binary111001101010000011101010101000000100010010100110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A0EA; }

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

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

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

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

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

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

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

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