#E8A0EB

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

Shades of Plum #E8A0EB

Tints of Plum #E8A0EB

Color information

#E8A0EB (or 0xE8A0EB) is unknown color: approx Plum. HEX triplet: E8, A0 and EB. RGB value is (232,160,235). Sum of RGB (Red+Green+Blue) = 232+160+235=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 160 (62.89% from 255 or 25.52% 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 #E8A0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A0EB is #175F14. Grayscale: #BDBDBD. Windows color (decimal): -1531669 or 15442152. OLE color: 15442152.

HSL color Cylindrical-coordinate representation of color #E8A0EB: hue angle of 297.6º degrees, saturation: 0.65, 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 #E8A0EB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232160235-
CMYK0.010.3200.08
HSL297.6º65.22%77.45%-
HSV(B)297.6º31.91%92.16%-
XYZ60.8448.384.71-
YUV190.08153.35157.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.00%
GREEN value IS 160 (62.89% from 255) = 25.52%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=37.00%
G=25.52%
B=37.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321602350.010.3200.08297.665.2277.45
HexE8A0EB1200812a414d
Octal350240353140010452101115
Binary11101000101000001110101111000000100010010101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A0EB; }

 p { color: rgb(232,160,235); }

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

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

 a { background-color: rgb(232,160,235); }

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

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

 span { border-color: rgb(232,160,235); }

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