#E592DE

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

Shades of Plum #E592DE

Tints of Plum #E592DE

Color information

#E592DE (or 0xE592DE) is unknown color: approx Plum. HEX triplet: E5, 92 and DE. RGB value is (229,146,222). Sum of RGB (Red+Green+Blue) = 229+146+222=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E592DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592DE is #1A6D21. Grayscale: #B3B3B3. Windows color (decimal): -1731874 or 14586597. OLE color: 14586597.

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

Color convert

RGB229146222-
CMYK00.360.030.10
HSL305.06º61.48%73.53%-
HSV(B)305.06º36.24%89.8%-
XYZ55.7842.4974.37-
YUV179.48152163.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.36%
GREEN value IS 146 (57.42% from 255) = 24.46%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=38.36%
G=24.46%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914622200.360.030.10305.0661.4873.53
HexE592DE0243A1313d4a
Octal34522233604431246175112
Binary11100101100100101101111001001001110101001100011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592DE; }

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

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

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

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

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

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

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

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