#E6A7EB

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

Shades of Plum #E6A7EB

Tints of Plum #E6A7EB

Color information

#E6A7EB (or 0xE6A7EB) is unknown color: approx Plum. HEX triplet: E6, A7 and EB. RGB value is (230,167,235). Sum of RGB (Red+Green+Blue) = 230+167+235=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6A7EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A7EB is #195814. Grayscale: #C1C1C1. Windows color (decimal): -1660949 or 15443942. OLE color: 15443942.

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

Color convert

RGB230167235-
CMYK0.020.2900.08
HSL295.59º62.96%78.82%-
HSV(B)295.59º28.94%92.16%-
XYZ61.4550.4685.1-
YUV193.59151.37153.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.39%
GREEN value IS 167 (65.62% from 255) = 26.42%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=36.39%
G=26.42%
B=37.18%

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
Decimal2301672350.020.2900.08295.5962.9678.82
HexE6A7EB21D081283f4f
Octal34624735323501045077117
Binary1110011010100111111010111011101010001001010001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A7EB; }

 p { color: rgb(230,167,235); }

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

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

 a { background-color: rgb(230,167,235); }

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

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

 span { border-color: rgb(230,167,235); }

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