#E7A1EB

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

Shades of Plum #E7A1EB

Tints of Plum #E7A1EB

Color information

#E7A1EB (or 0xE7A1EB) is unknown color: approx Plum. HEX triplet: E7, A1 and EB. RGB value is (231,161,235). Sum of RGB (Red+Green+Blue) = 231+161+235=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7A1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A1EB is #185E14. Grayscale: #BEBEBE. Windows color (decimal): -1596949 or 15442407. OLE color: 15442407.

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

Color convert

RGB231161235-
CMYK0.020.3100.08
HSL296.76º64.91%77.65%-
HSV(B)296.76º31.49%92.16%-
XYZ60.748.4884.76-
YUV190.37153.19156.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.84%
GREEN value IS 161 (63.28% from 255) = 25.68%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=36.84%
G=25.68%
B=37.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311612350.020.3100.08296.7664.9177.65
HexE7A1EB21F08129414e
Octal347241353237010451101116
Binary11100111101000011110101110111110100010010100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1EB; }

 p { color: rgb(231,161,235); }

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

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

 a { background-color: rgb(231,161,235); }

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

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

 span { border-color: rgb(231,161,235); }

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