#E7B3EB

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

Shades of Plum #E7B3EB

Tints of Plum #E7B3EB

Color information

#E7B3EB (or 0xE7B3EB) is unknown color: approx Plum. HEX triplet: E7, B3 and EB. RGB value is (231,179,235). Sum of RGB (Red+Green+Blue) = 231+179+235=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 179 (70.31% from 255 or 27.75% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7B3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B3EB is #184C14. Grayscale: #C8C8C8. Windows color (decimal): -1592341 or 15447015. OLE color: 15447015.

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

Color convert

RGB231179235-
CMYK0.020.2400.08
HSL295.71º58.33%81.18%-
HSV(B)295.71º23.83%92.16%-
XYZ64.0755.2385.88-
YUV200.93147.23149.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.81%
GREEN value IS 179 (70.31% from 255) = 27.75%
BLUE value IS 235 (92.19% from 255) = 36.43%
R=35.81%
G=27.75%
B=36.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311792350.020.2400.08295.7158.3381.18
HexE7B3EB218081283a51
Octal34726335323001045072121
Binary1110011110110011111010111011000010001001010001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B3EB; }

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

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

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

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

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

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

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

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