#E598DA

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

Shades of Plum #E598DA

Tints of Plum #E598DA

Color information

#E598DA (or 0xE598DA) is unknown color: approx Plum. HEX triplet: E5, 98 and DA. RGB value is (229,152,218). Sum of RGB (Red+Green+Blue) = 229+152+218=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E598DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598DA is #1A6725. Grayscale: #B6B6B6. Windows color (decimal): -1730342 or 14325989. OLE color: 14325989.

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

Color convert

RGB229152218-
CMYK00.340.050.10
HSL308.57º59.69%74.71%-
HSV(B)308.57º33.62%89.8%-
XYZ56.244.1871.89-
YUV182.55148.01161.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 152 (59.77% from 255) = 25.38%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=38.23%
G=25.38%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915221800.340.050.10308.5759.6974.71
HexE598DA0225A1353c4b
Octal34523033204251246574113
Binary111001011001100011011010010001010110101001101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E598DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E598DA; }

 p { color: rgb(229,152,218); }

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

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

 a { background-color: rgb(229,152,218); }

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

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

 span { border-color: rgb(229,152,218); }

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