#E7A2EB

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

Shades of Plum #E7A2EB

Tints of Plum #E7A2EB

Color information

#E7A2EB (or 0xE7A2EB) is unknown color: approx Plum. HEX triplet: E7, A2 and EB. RGB value is (231,162,235). Sum of RGB (Red+Green+Blue) = 231+162+235=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7A2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A2EB is #185D14. Grayscale: #BEBEBE. Windows color (decimal): -1596693 or 15442663. OLE color: 15442663.

HSL color Cylindrical-coordinate representation of color #E7A2EB: hue angle of 296.71º 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 #E7A2EB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231162235-
CMYK0.020.3100.08
HSL296.71º64.6%77.84%-
HSV(B)296.71º31.06%92.16%-
XYZ60.8748.8384.81-
YUV190.95152.86156.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 162 (63.67% from 255) = 25.80%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=36.78%
G=25.80%
B=37.42%

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
Decimal2311622350.020.3100.08296.7164.677.84
HexE7A2EB21F08129414e
Octal347242353237010451101116
Binary11100111101000101110101110111110100010010100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2EB; }

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

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

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

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

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

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

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

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