#E7B3EE

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

Shades of Plum #E7B3EE

Tints of Plum #E7B3EE

Color information

#E7B3EE (or 0xE7B3EE) is unknown color: approx Plum. HEX triplet: E7, B3 and EE. RGB value is (231,179,238). Sum of RGB (Red+Green+Blue) = 231+179+238=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7B3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B3EE is #184C11. Grayscale: #C9C9C9. Windows color (decimal): -1592338 or 15643623. OLE color: 15643623.

HSL color Cylindrical-coordinate representation of color #E7B3EE: hue angle of 292.88º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7B3EE is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231179238-
CMYK0.030.2500.07
HSL292.88º63.44%81.76%-
HSV(B)292.88º24.79%93.33%-
XYZ64.5155.488.18-
YUV201.27148.73149.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.65%
GREEN value IS 179 (70.31% from 255) = 27.62%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=35.65%
G=27.62%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311792380.030.2500.07292.8863.4481.76
HexE7B3EE319071253f52
Octal3472633563310744577122
Binary111001111011001111101110111100101111001001011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B3EE; }

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

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

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

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

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

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

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

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