#E19BE0

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

Shades of Plum #E19BE0

Tints of Plum #E19BE0

Color information

#E19BE0 (or 0xE19BE0) is unknown color: approx Plum. HEX triplet: E1, 9B and E0. RGB value is (225,155,224). Sum of RGB (Red+Green+Blue) = 225+155+224=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BE0 is #1E641F. Grayscale: #B7B7B7. Windows color (decimal): -1991712 or 14719969. OLE color: 14719969.

HSL color Cylindrical-coordinate representation of color #E19BE0: hue angle of 300.86º 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 #E19BE0 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB225155224-
CMYK00.310.000.12
HSL300.86º53.85%74.51%-
HSV(B)300.86º31.11%88.24%-
XYZ56.2344.8376.21-
YUV183.8150.69157.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 155 (60.94% from 255) = 25.66%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=37.25%
G=25.66%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515522400.310.000.12300.8653.8574.51
HexE19BE001F0C12d364b
Octal34123334003701445566113
Binary111000011001101111100000011111011001001011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BE0; }

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

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

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

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

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

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

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

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