#E7B0EF

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

Shades of Plum #E7B0EF

Tints of Plum #E7B0EF

Color information

#E7B0EF (or 0xE7B0EF) is unknown color: approx Plum. HEX triplet: E7, B0 and EF. RGB value is (231,176,239). Sum of RGB (Red+Green+Blue) = 231+176+239=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7B0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B0EF is #184F10. Grayscale: #C7C7C7. Windows color (decimal): -1593105 or 15708391. OLE color: 15708391.

HSL color Cylindrical-coordinate representation of color #E7B0EF: hue angle of 292.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7B0EF is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231176239-
CMYK0.030.2600.06
HSL292.38º66.32%81.37%-
HSV(B)292.38º26.36%93.73%-
XYZ64.0654.2788.76-
YUV199.63150.22150.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.76%
GREEN value IS 176 (69.14% from 255) = 27.24%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=35.76%
G=27.24%
B=37.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2311762390.030.2600.06292.3866.3281.37
HexE7B0EF31A061244251
Octal34726035733206444102121
Binary1110011110110000111011111111010011010010010010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0EF; }

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

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

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

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

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

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

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

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