#E592D7

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

Shades of Plum #E592D7

Tints of Plum #E592D7

Color information

#E592D7 (or 0xE592D7) is unknown color: approx Plum. HEX triplet: E5, 92 and D7. RGB value is (229,146,215). Sum of RGB (Red+Green+Blue) = 229+146+215=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E592D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592D7 is #1A6D28. Grayscale: #B2B2B2. Windows color (decimal): -1731881 or 14127845. OLE color: 14127845.

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

Color convert

RGB229146215-
CMYK00.360.060.10
HSL310.12º61.48%73.53%-
HSV(B)310.12º36.24%89.8%-
XYZ54.8642.1269.53-
YUV178.68148.5163.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.81%
GREEN value IS 146 (57.42% from 255) = 24.75%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=38.81%
G=24.75%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914621500.360.060.10310.1261.4873.53
HexE592D70246A1363d4a
Octal34522232704461246675112
Binary111001011001001011010111010010011010101001101101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592D7; }

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

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

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

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

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

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

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

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