#E19BD7

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

Shades of Plum #E19BD7

Tints of Plum #E19BD7

Color information

#E19BD7 (or 0xE19BD7) is unknown color: approx Plum. HEX triplet: E1, 9B and D7. RGB value is (225,155,215). Sum of RGB (Red+Green+Blue) = 225+155+215=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BD7 is #1E6428. Grayscale: #B6B6B6. Windows color (decimal): -1991721 or 14130145. OLE color: 14130145.

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

Color convert

RGB225155215-
CMYK00.310.040.12
HSL308.57º53.85%74.51%-
HSV(B)308.57º31.11%88.24%-
XYZ55.0444.3669.95-
YUV182.77146.19158.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=37.82%
G=26.05%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515521500.310.040.12308.5753.8574.51
HexE19BD701F4C135364b
Octal34123332703741446566113
Binary11100001100110111101011101111110011001001101011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BD7; }

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

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

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

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

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

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

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

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