#E594DB

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

Shades of Plum #E594DB

Tints of Plum #E594DB

Color information

#E594DB (or 0xE594DB) is unknown color: approx Plum. HEX triplet: E5, 94 and DB. RGB value is (229,148,219). Sum of RGB (Red+Green+Blue) = 229+148+219=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E594DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594DB is #1A6B24. Grayscale: #B4B4B4. Windows color (decimal): -1731365 or 14390501. OLE color: 14390501.

HSL color Cylindrical-coordinate representation of color #E594DB: hue angle of 307.41º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594DB is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229148219-
CMYK00.350.040.10
HSL307.41º60.9%73.92%-
HSV(B)307.41º35.37%89.8%-
XYZ55.6942.9572.37-
YUV180.31149.84162.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.42%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=38.42%
G=24.83%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914821900.350.040.10307.4160.973.92
HexE594DB0234A1333d4a
Octal34522433304341246375112
Binary111001011001010011011011010001110010101001100111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594DB; }

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

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

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

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

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

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

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

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