#E19BE1

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

Shades of Plum #E19BE1

Tints of Plum #E19BE1

Color information

#E19BE1 (or 0xE19BE1) is unknown color: approx Plum. HEX triplet: E1, 9B and E1. RGB value is (225,155,225). Sum of RGB (Red+Green+Blue) = 225+155+225=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E19BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BE1 is #1E641E. Grayscale: #B7B7B7. Windows color (decimal): -1991711 or 14785505. OLE color: 14785505.

HSL color Cylindrical-coordinate representation of color #E19BE1: hue angle of 300º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19BE1 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB225155225-
CMYK00.3100.12
HSL300º53.85%74.51%-
HSV(B)300º31.11%88.24%-
XYZ56.3644.8976.93-
YUV183.91151.19157.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 155 (60.94% from 255) = 25.62%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=37.19%
G=25.62%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515522500.3100.1230053.8574.51
HexE19BE101F0C12c364b
Octal34123334103701445466113
Binary111000011001101111100001011111011001001011001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BE1; }

 p { color: rgb(225,155,225); }

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

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

 a { background-color: rgb(225,155,225); }

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

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

 span { border-color: rgb(225,155,225); }

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