#E091DB

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

Shades of Plum #E091DB

Tints of Plum #E091DB

Color information

#E091DB (or 0xE091DB) is unknown color: approx Plum. HEX triplet: E0, 91 and DB. RGB value is (224,145,219). Sum of RGB (Red+Green+Blue) = 224+145+219=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E091DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091DB is #1F6E24. Grayscale: #B0B0B0. Windows color (decimal): -2059813 or 14389728. OLE color: 14389728.

HSL color Cylindrical-coordinate representation of color #E091DB: hue angle of 303.8º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091DB is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224145219-
CMYK00.350.020.12
HSL303.8º56.03%72.35%-
HSV(B)303.8º35.27%87.84%-
XYZ53.6541.2172.14-
YUV177.06151.67161.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 145 (57.03% from 255) = 24.66%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=38.10%
G=24.66%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414521900.350.020.12303.856.0372.35
HexE091DB0232C1303848
Octal34022133304321446070110
Binary11100000100100011101101101000111011001001100001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091DB; }

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

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

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

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

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

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

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

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