#E094DB

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

Shades of Plum #E094DB

Tints of Plum #E094DB

Color information

#E094DB (or 0xE094DB) is unknown color: approx Plum. HEX triplet: E0, 94 and DB. RGB value is (224,148,219). Sum of RGB (Red+Green+Blue) = 224+148+219=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E094DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094DB is #1F6B24. Grayscale: #B2B2B2. Windows color (decimal): -2059045 or 14390496. OLE color: 14390496.

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

Color convert

RGB224148219-
CMYK00.340.020.12
HSL303.95º55.07%72.94%-
HSV(B)303.95º33.93%87.84%-
XYZ54.1242.1472.3-
YUV178.82150.68160.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 148 (58.20% from 255) = 25.04%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=37.90%
G=25.04%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414821900.340.020.12303.9555.0772.94
HexE094DB0222C1303749
Octal34022433304221446067111
Binary11100000100101001101101101000101011001001100001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E094DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E094DB; }

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

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

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

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

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

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

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

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