#E596EC

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

Shades of Plum #E596EC

Tints of Plum #E596EC

Color information

#E596EC (or 0xE596EC) is unknown color: approx Plum. HEX triplet: E5, 96 and EC. RGB value is (229,150,236). Sum of RGB (Red+Green+Blue) = 229+150+236=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #E596EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596EC is #1A6913. Grayscale: #B7B7B7. Windows color (decimal): -1730836 or 15505125. OLE color: 15505125.

HSL color Cylindrical-coordinate representation of color #E596EC: hue angle of 295.12º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E596EC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229150236-
CMYK0.030.3600.07
HSL295.12º69.35%75.69%-
HSV(B)295.12º36.44%92.55%-
XYZ58.3644.5384.88-
YUV183.42157.67160.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.24%
GREEN value IS 150 (58.98% from 255) = 24.39%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=37.24%
G=24.39%
B=38.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291502360.030.3600.07295.1269.3575.69
HexE596EC32407127454c
Octal34522635434407447105114
Binary11100101100101101110110011100100011110010011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596EC; }

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

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

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

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

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

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

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

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