#E7B0E8

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

Shades of Plum #E7B0E8

Tints of Plum #E7B0E8

Color information

#E7B0E8 (or 0xE7B0E8) is unknown color: approx Plum. HEX triplet: E7, B0 and E8. RGB value is (231,176,232). Sum of RGB (Red+Green+Blue) = 231+176+232=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7B0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B0E8 is #184F17. Grayscale: #C6C6C6. Windows color (decimal): -1593112 or 15249639. OLE color: 15249639.

HSL color Cylindrical-coordinate representation of color #E7B0E8: hue angle of 298.93º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B0E8 is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB231176232-
CMYK0.000.2400.09
HSL298.93º54.9%80%-
HSV(B)298.93º24.14%90.98%-
XYZ63.0553.8783.42-
YUV198.83146.72150.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.15%
GREEN value IS 176 (69.14% from 255) = 27.54%
BLUE value IS 232 (91.02% from 255) = 36.31%
R=36.15%
G=27.54%
B=36.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311762320.000.2400.09298.9354.980
HexE7B0E80180912b3750
Octal34726035003001145367120
Binary111001111011000011101000011000010011001010111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0E8; }

 p { color: rgb(231,176,232); }

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

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

 a { background-color: rgb(231,176,232); }

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

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

 span { border-color: rgb(231,176,232); }

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