#E19FDB

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

Shades of Plum #E19FDB

Tints of Plum #E19FDB

Color information

#E19FDB (or 0xE19FDB) is unknown color: approx Plum. HEX triplet: E1, 9F and DB. RGB value is (225,159,219). Sum of RGB (Red+Green+Blue) = 225+159+219=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FDB is #1E6024. Grayscale: #B9B9B9. Windows color (decimal): -1990693 or 14393313. OLE color: 14393313.

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

Color convert

RGB225159219-
CMYK00.290.030.12
HSL305.45º52.38%75.29%-
HSV(B)305.45º29.33%88.24%-
XYZ56.2445.9272.92-
YUV185.57146.87156.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=37.31%
G=26.37%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515921900.290.030.12305.4552.3875.29
HexE19FDB01D3C131344b
Octal34123733303531446164113
Binary1110000110011111110110110111011111001001100011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FDB; }

 p { color: rgb(225,159,219); }

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

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

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

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

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

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

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