#E491DB

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

Shades of Plum #E491DB

Tints of Plum #E491DB

Color information

#E491DB (or 0xE491DB) is unknown color: approx Plum. HEX triplet: E4, 91 and DB. RGB value is (228,145,219). Sum of RGB (Red+Green+Blue) = 228+145+219=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E491DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491DB is #1B6E24. Grayscale: #B2B2B2. Windows color (decimal): -1797669 or 14389732. OLE color: 14389732.

HSL color Cylindrical-coordinate representation of color #E491DB: hue angle of 306.51º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E491DB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228145219-
CMYK00.360.040.11
HSL306.51º60.58%73.14%-
HSV(B)306.51º36.4%89.41%-
XYZ54.9141.8672.2-
YUV178.25151163.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.51%
GREEN value IS 145 (57.03% from 255) = 24.49%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=38.51%
G=24.49%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814521900.360.040.11306.5160.5873.14
HexE491DB0244B1333d49
Octal34422133304441346375111
Binary111001001001000111011011010010010010111001100111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E491DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E491DB; }

 p { color: rgb(228,145,219); }

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

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

 a { background-color: rgb(228,145,219); }

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

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

 span { border-color: rgb(228,145,219); }

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