#E598DC

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

Shades of Plum #E598DC

Tints of Plum #E598DC

Color information

#E598DC (or 0xE598DC) is unknown color: approx Plum. HEX triplet: E5, 98 and DC. RGB value is (229,152,220). Sum of RGB (Red+Green+Blue) = 229+152+220=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E598DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598DC is #1A6723. Grayscale: #B6B6B6. Windows color (decimal): -1730340 or 14457061. OLE color: 14457061.

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

Color convert

RGB229152220-
CMYK00.340.040.10
HSL307.01º59.69%74.71%-
HSV(B)307.01º33.62%89.8%-
XYZ56.4644.2873.28-
YUV182.78149.01160.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 152 (59.77% from 255) = 25.29%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=38.10%
G=25.29%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915222000.340.040.10307.0159.6974.71
HexE598DC0224A1333c4b
Octal34523033404241246374113
Binary111001011001100011011100010001010010101001100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E598DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E598DC; }

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

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

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

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

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

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

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

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