#E596E9

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

Shades of Plum #E596E9

Tints of Plum #E596E9

Color information

#E596E9 (or 0xE596E9) is unknown color: approx Plum. HEX triplet: E5, 96 and E9. RGB value is (229,150,233). Sum of RGB (Red+Green+Blue) = 229+150+233=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #E596E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596E9 is #1A6916. Grayscale: #B6B6B6. Windows color (decimal): -1730839 or 15308517. OLE color: 15308517.

HSL color Cylindrical-coordinate representation of color #E596E9: hue angle of 297.11º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E596E9 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229150233-
CMYK0.020.3600.09
HSL297.11º65.35%75.1%-
HSV(B)297.11º35.62%91.37%-
XYZ57.9344.3582.6-
YUV183.08156.17160.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.42%
GREEN value IS 150 (58.98% from 255) = 24.51%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=37.42%
G=24.51%
B=38.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2291502330.020.3600.09297.1165.3575.1
HexE596E922409129414b
Octal345226351244011451101113
Binary111001011001011011101001101001000100110010100110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596E9; }

 p { color: rgb(229,150,233); }

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

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

 a { background-color: rgb(229,150,233); }

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

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

 span { border-color: rgb(229,150,233); }

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