#E795E1

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

Shades of Plum #E795E1

Tints of Plum #E795E1

Color information

#E795E1 (or 0xE795E1) is unknown color: approx Plum. HEX triplet: E7, 95 and E1. RGB value is (231,149,225). Sum of RGB (Red+Green+Blue) = 231+149+225=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E795E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795E1 is #186A1E. Grayscale: #B5B5B5. Windows color (decimal): -1600031 or 14783975. OLE color: 14783975.

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

Color convert

RGB231149225-
CMYK00.350.030.09
HSL304.39º63.08%74.51%-
HSV(B)304.39º35.5%90.59%-
XYZ57.2943.9276.69-
YUV182.18152.17162.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.18%
GREEN value IS 149 (58.59% from 255) = 24.63%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=38.18%
G=24.63%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114922500.350.030.09304.3963.0874.51
HexE795E1023391303f4b
Octal34722534104331146077113
Binary11100111100101011110000101000111110011001100001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795E1; }

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

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

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

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

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

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

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

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