#E595E7

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

Shades of Plum #E595E7

Tints of Plum #E595E7

Color information

#E595E7 (or 0xE595E7) is unknown color: approx Plum. HEX triplet: E5, 95 and E7. RGB value is (229,149,231). Sum of RGB (Red+Green+Blue) = 229+149+231=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #E595E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E595E7 is #1A6A18. Grayscale: #B6B6B6. Windows color (decimal): -1731097 or 15177189. OLE color: 15177189.

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

Color convert

RGB229149231-
CMYK0.010.3500.09
HSL298.54º63.08%74.51%-
HSV(B)298.54º35.5%90.59%-
XYZ57.4843.9281.05-
YUV182.27155.5161.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.60%
GREEN value IS 149 (58.59% from 255) = 24.47%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=37.60%
G=24.47%
B=37.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2291492310.010.3500.09298.5463.0874.51
HexE595E71230912b3f4b
Octal34522534714301145377113
Binary1110010110010101111001111100011010011001010111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E595E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E595E7; }

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

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

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

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

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

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

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

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