#E795DC

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

Shades of Plum #E795DC

Tints of Plum #E795DC

Color information

#E795DC (or 0xE795DC) is unknown color: approx Plum. HEX triplet: E7, 95 and DC. RGB value is (231,149,220). Sum of RGB (Red+Green+Blue) = 231+149+220=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E795DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795DC is #186A23. Grayscale: #B5B5B5. Windows color (decimal): -1600036 or 14456295. OLE color: 14456295.

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

Color convert

RGB231149220-
CMYK00.350.050.09
HSL308.05º63.08%74.51%-
HSV(B)308.05º35.5%90.59%-
XYZ56.6243.6573.15-
YUV181.61149.67163.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 149 (58.59% from 255) = 24.83%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=38.5%
G=24.83%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114922000.350.050.09308.0563.0874.51
HexE795DC023591343f4b
Octal34722533404351146477113
Binary111001111001010111011100010001110110011001101001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795DC; }

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

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

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

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

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

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

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

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