#E598DD

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

Shades of Plum #E598DD

Tints of Plum #E598DD

Color information

#E598DD (or 0xE598DD) is unknown color: approx Plum. HEX triplet: E5, 98 and DD. RGB value is (229,152,221). Sum of RGB (Red+Green+Blue) = 229+152+221=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E598DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598DD is #1A6722. Grayscale: #B6B6B6. Windows color (decimal): -1730339 or 14522597. OLE color: 14522597.

HSL color Cylindrical-coordinate representation of color #E598DD: hue angle of 306.23º 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 #E598DD is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229152221-
CMYK00.340.030.10
HSL306.23º59.69%74.71%-
HSV(B)306.23º33.62%89.8%-
XYZ56.5944.3373.98-
YUV182.89149.51160.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.04%
GREEN value IS 152 (59.77% from 255) = 25.25%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=38.04%
G=25.25%
B=36.71%

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
Decimal22915222100.340.030.10306.2359.6974.71
HexE598DD0223A1323c4b
Octal34523033504231246274113
Binary11100101100110001101110101000101110101001100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E598DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E598DD; }

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

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

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

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

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

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

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

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