#E592E7

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

Shades of Plum #E592E7

Tints of Plum #E592E7

Color information

#E592E7 (or 0xE592E7) is unknown color: approx Plum. HEX triplet: E5, 92 and E7. RGB value is (229,146,231). Sum of RGB (Red+Green+Blue) = 229+146+231=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #E592E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E592E7 is #1A6D18. Grayscale: #B4B4B4. Windows color (decimal): -1731865 or 15176421. OLE color: 15176421.

HSL color Cylindrical-coordinate representation of color #E592E7: hue angle of 298.59º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E592E7 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229146231-
CMYK0.010.3700.09
HSL298.59º63.91%73.92%-
HSV(B)298.59º36.8%90.59%-
XYZ57.0242.9980.89-
YUV180.51156.5162.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.79%
GREEN value IS 146 (57.42% from 255) = 24.09%
BLUE value IS 231 (90.62% from 255) = 38.12%
R=37.79%
G=24.09%
B=38.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2291462310.010.3700.09298.5963.9173.92
HexE592E71250912b404a
Octal345222347145011453100112
Binary11100101100100101110011111001010100110010101110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592E7; }

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

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

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

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

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

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

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

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