#E598D1

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

Shades of Plum #E598D1

Tints of Plum #E598D1

Color information

#E598D1 (or 0xE598D1) is unknown color: approx Plum. HEX triplet: E5, 98 and D1. RGB value is (229,152,209). Sum of RGB (Red+Green+Blue) = 229+152+209=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E598D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598D1 is #1A672E. Grayscale: #B5B5B5. Windows color (decimal): -1730351 or 13736165. OLE color: 13736165.

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

Color convert

RGB229152209-
CMYK00.340.090.10
HSL315.58º59.69%74.71%-
HSV(B)315.58º33.62%89.8%-
XYZ55.0543.7265.86-
YUV181.52143.51161.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.81%
GREEN value IS 152 (59.77% from 255) = 25.76%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=38.81%
G=25.76%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915220900.340.090.10315.5859.6974.71
HexE598D10229A13c3c4b
Octal345230321042111247474113
Binary1110010110011000110100010100010100110101001111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E598D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E598D1; }

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

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

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

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

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

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

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

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