#E795E8

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

Shades of Plum #E795E8

Tints of Plum #E795E8

Color information

#E795E8 (or 0xE795E8) is unknown color: approx Plum. HEX triplet: E7, 95 and E8. RGB value is (231,149,232). Sum of RGB (Red+Green+Blue) = 231+149+232=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #E795E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E795E8 is #186A17. Grayscale: #B6B6B6. Windows color (decimal): -1600024 or 15242727. OLE color: 15242727.

HSL color Cylindrical-coordinate representation of color #E795E8: hue angle of 299.28º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E795E8 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB231149232-
CMYK0.000.3600.09
HSL299.28º64.34%74.71%-
HSV(B)299.28º35.78%90.98%-
XYZ58.2744.3181.83-
YUV182.98155.67162.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 149 (58.59% from 255) = 24.35%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=37.75%
G=24.35%
B=37.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311492320.000.3600.09299.2864.3474.71
HexE795E80240912b404b
Octal347225350044011453100113
Binary11100111100101011110100001001000100110010101110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795E8; }

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

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

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

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

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

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

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

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