#E6A4EE

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

Shades of Plum #E6A4EE

Tints of Plum #E6A4EE

Color information

#E6A4EE (or 0xE6A4EE) is unknown color: approx Plum. HEX triplet: E6, A4 and EE. RGB value is (230,164,238). Sum of RGB (Red+Green+Blue) = 230+164+238=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 164 (64.45% from 255 or 25.95% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6A4EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A4EE is #195B11. Grayscale: #BFBFBF. Windows color (decimal): -1661714 or 15639782. OLE color: 15639782.

HSL color Cylindrical-coordinate representation of color #E6A4EE: hue angle of 293.51º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6A4EE is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230164238-
CMYK0.030.3100.07
HSL293.51º68.52%78.82%-
HSV(B)293.51º31.09%93.33%-
XYZ61.3449.5587.22-
YUV192.17153.87154.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.39%
GREEN value IS 164 (64.45% from 255) = 25.95%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=36.39%
G=25.95%
B=37.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301642380.030.3100.07293.5168.5278.82
HexE6A4EE31F07126454f
Octal34624435633707446105117
Binary1110011010100100111011101111111011110010011010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A4EE; }

 p { color: rgb(230,164,238); }

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

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

 a { background-color: rgb(230,164,238); }

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

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

 span { border-color: rgb(230,164,238); }

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