#E19BDC

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

Shades of Plum #E19BDC

Tints of Plum #E19BDC

Color information

#E19BDC (or 0xE19BDC) is unknown color: approx Plum. HEX triplet: E1, 9B and DC. RGB value is (225,155,220). Sum of RGB (Red+Green+Blue) = 225+155+220=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BDC is #1E6423. Grayscale: #B7B7B7. Windows color (decimal): -1991716 or 14457825. OLE color: 14457825.

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

Color convert

RGB225155220-
CMYK00.310.020.12
HSL304.29º53.85%74.51%-
HSV(B)304.29º31.11%88.24%-
XYZ55.6944.6273.39-
YUV183.34148.69157.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 155 (60.94% from 255) = 25.83%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=37.5%
G=25.83%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515522000.310.020.12304.2953.8574.51
HexE19BDC01F2C130364b
Octal34123333403721446066113
Binary1110000110011011110111000111111011001001100001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BDC; }

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

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

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

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

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

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

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

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