#E3B0EB

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

Shades of Plum #E3B0EB

Tints of Plum #E3B0EB

Color information

#E3B0EB (or 0xE3B0EB) is unknown color: approx Plum. HEX triplet: E3, B0 and EB. RGB value is (227,176,235). Sum of RGB (Red+Green+Blue) = 227+176+235=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3B0EB is #1C4F14. Grayscale: #C5C5C5. Windows color (decimal): -1855253 or 15446243. OLE color: 15446243.

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

Color convert

RGB227176235-
CMYK0.030.2500.08
HSL291.86º59.6%80.59%-
HSV(B)291.86º25.11%92.16%-
XYZ62.253.3885.62-
YUV197.98148.9148.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.58%
GREEN value IS 176 (69.14% from 255) = 27.59%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=35.58%
G=27.59%
B=36.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271762350.030.2500.08291.8659.680.59
HexE3B0EB319081243c51
Octal34326035333101044474121
Binary1110001110110000111010111111001010001001001001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B0EB; }

 p { color: rgb(227,176,235); }

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

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

 a { background-color: rgb(227,176,235); }

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

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

 span { border-color: rgb(227,176,235); }

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