#E795E0

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

Shades of Plum #E795E0

Tints of Plum #E795E0

Color information

#E795E0 (or 0xE795E0) is unknown color: approx Plum. HEX triplet: E7, 95 and E0. RGB value is (231,149,224). Sum of RGB (Red+Green+Blue) = 231+149+224=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E795E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795E0 is #186A1F. Grayscale: #B5B5B5. Windows color (decimal): -1600032 or 14718439. OLE color: 14718439.

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

Color convert

RGB231149224-
CMYK00.350.030.09
HSL305.12º63.08%74.51%-
HSV(B)305.12º35.5%90.59%-
XYZ57.1643.8775.98-
YUV182.07151.67162.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=38.25%
G=24.67%
B=37.09%

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
Decimal23114922400.350.030.09305.1263.0874.51
HexE795E0023391313f4b
Octal34722534004331146177113
Binary11100111100101011110000001000111110011001100011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795E0; }

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

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

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

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

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

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

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

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