#E795DE

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

Shades of Plum #E795DE

Tints of Plum #E795DE

Color information

#E795DE (or 0xE795DE) is unknown color: approx Plum. HEX triplet: E7, 95 and DE. RGB value is (231,149,222). Sum of RGB (Red+Green+Blue) = 231+149+222=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E795DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795DE is #186A21. Grayscale: #B5B5B5. Windows color (decimal): -1600034 or 14587367. OLE color: 14587367.

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

Color convert

RGB231149222-
CMYK00.350.040.09
HSL306.59º63.08%74.51%-
HSV(B)306.59º35.5%90.59%-
XYZ56.8943.7674.56-
YUV181.84150.67163.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 149 (58.59% from 255) = 24.75%
BLUE value IS 222 (87.11% from 255) = 36.88%
R=38.37%
G=24.75%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114922200.350.040.09306.5963.0874.51
HexE795DE023491333f4b
Octal34722533604341146377113
Binary111001111001010111011110010001110010011001100111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795DE; }

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

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

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

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

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

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

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

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