#E795DF

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

Shades of Plum #E795DF

Tints of Plum #E795DF

Color information

#E795DF (or 0xE795DF) is unknown color: approx Plum. HEX triplet: E7, 95 and DF. RGB value is (231,149,223). Sum of RGB (Red+Green+Blue) = 231+149+223=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E795DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795DF is #186A20. Grayscale: #B5B5B5. Windows color (decimal): -1600033 or 14652903. OLE color: 14652903.

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

Color convert

RGB231149223-
CMYK00.350.030.09
HSL305.85º63.08%74.51%-
HSV(B)305.85º35.5%90.59%-
XYZ57.0243.8175.26-
YUV181.95151.17162.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 149 (58.59% from 255) = 24.71%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=38.31%
G=24.71%
B=36.98%

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
Decimal23114922300.350.030.09305.8563.0874.51
HexE795DF023391323f4b
Octal34722533704331146277113
Binary11100111100101011101111101000111110011001100101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795DF; }

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

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

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

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

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

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

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

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