#E79BEE

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

Shades of Plum #E79BEE

Tints of Plum #E79BEE

Color information

#E79BEE (or 0xE79BEE) is unknown color: approx Plum. HEX triplet: E7, 9B and EE. RGB value is (231,155,238). Sum of RGB (Red+Green+Blue) = 231+155+238=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #E79BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79BEE is #186411. Grayscale: #BABABA. Windows color (decimal): -1598482 or 15637479. OLE color: 15637479.

HSL color Cylindrical-coordinate representation of color #E79BEE: hue angle of 294.94º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E79BEE is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231155238-
CMYK0.030.3500.07
HSL294.94º70.94%77.06%-
HSV(B)294.94º34.87%93.33%-
XYZ60.1146.686.72-
YUV187.19156.68159.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.02%
GREEN value IS 155 (60.94% from 255) = 24.84%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=37.02%
G=24.84%
B=38.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311552380.030.3500.07294.9470.9477.06
HexE79BEE32307127474d
Octal34723335634307447107115
Binary11100111100110111110111011100011011110010011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79BEE; }

 p { color: rgb(231,155,238); }

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

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

 a { background-color: rgb(231,155,238); }

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

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

 span { border-color: rgb(231,155,238); }

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