#E592D1

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

Shades of Plum #E592D1

Tints of Plum #E592D1

Color information

#E592D1 (or 0xE592D1) is unknown color: approx Plum. HEX triplet: E5, 92 and D1. RGB value is (229,146,209). Sum of RGB (Red+Green+Blue) = 229+146+209=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E592D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592D1 is #1A6D2E. Grayscale: #B1B1B1. Windows color (decimal): -1731887 or 13734629. OLE color: 13734629.

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

Color convert

RGB229146209-
CMYK00.360.090.10
HSL314.46º61.48%73.53%-
HSV(B)314.46º36.24%89.8%-
XYZ54.141.8265.54-
YUV178145.5164.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.21%
GREEN value IS 146 (57.42% from 255) = 25%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=39.21%
G=25%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914620900.360.090.10314.4661.4873.53
HexE592D10249A13a3d4a
Octal345222321044111247275112
Binary1110010110010010110100010100100100110101001110101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592D1; }

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

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

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

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

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

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

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

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