#E596DE

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

Shades of Plum #E596DE

Tints of Plum #E596DE

Color information

#E596DE (or 0xE596DE) is unknown color: approx Plum. HEX triplet: E5, 96 and DE. RGB value is (229,150,222). Sum of RGB (Red+Green+Blue) = 229+150+222=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E596DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596DE is #1A6921. Grayscale: #B5B5B5. Windows color (decimal): -1730850 or 14587621. OLE color: 14587621.

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

Color convert

RGB229150222-
CMYK00.340.030.10
HSL305.32º60.31%74.31%-
HSV(B)305.32º34.5%89.8%-
XYZ56.443.7474.58-
YUV181.83150.67161.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 150 (58.98% from 255) = 24.96%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=38.10%
G=24.96%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915022200.340.030.10305.3260.3174.31
HexE596DE0223A1313c4a
Octal34522633604231246174112
Binary11100101100101101101111001000101110101001100011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596DE; }

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

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

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

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

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

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

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

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