#E594D1

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

Shades of Plum #E594D1

Tints of Plum #E594D1

Color information

#E594D1 (or 0xE594D1) is unknown color: approx Plum. HEX triplet: E5, 94 and D1. RGB value is (229,148,209). Sum of RGB (Red+Green+Blue) = 229+148+209=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E594D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594D1 is #1A6B2E. Grayscale: #B3B3B3. Windows color (decimal): -1731375 or 13735141. OLE color: 13735141.

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

Color convert

RGB229148209-
CMYK00.350.090.10
HSL314.81º60.9%73.92%-
HSV(B)314.81º35.37%89.8%-
XYZ54.4142.4465.65-
YUV179.17144.84163.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.08%
GREEN value IS 148 (58.20% from 255) = 25.26%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=39.08%
G=25.26%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914820900.350.090.10314.8160.973.92
HexE594D10239A13b3d4a
Octal345224321043111247375112
Binary1110010110010100110100010100011100110101001110111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594D1; }

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

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

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

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

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

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

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

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