#E592D2

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

Shades of Plum #E592D2

Tints of Plum #E592D2

Color information

#E592D2 (or 0xE592D2) is unknown color: approx Plum. HEX triplet: E5, 92 and D2. RGB value is (229,146,210). Sum of RGB (Red+Green+Blue) = 229+146+210=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E592D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592D2 is #1A6D2D. Grayscale: #B1B1B1. Windows color (decimal): -1731886 or 13800165. OLE color: 13800165.

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

Color convert

RGB229146210-
CMYK00.360.080.10
HSL313.73º61.48%73.53%-
HSV(B)313.73º36.24%89.8%-
XYZ54.2241.8766.2-
YUV178.11146164.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.15%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 210 (82.42% from 255) = 35.90%
R=39.15%
G=24.96%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914621000.360.080.10313.7361.4873.53
HexE592D20248A13a3d4a
Octal345222322044101247275112
Binary1110010110010010110100100100100100010101001110101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592D2; }

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

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

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

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

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

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

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

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