#E799F2

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

Shades of Plum #E799F2

Tints of Plum #E799F2

Color information

#E799F2 (or 0xE799F2) is unknown color: approx Plum. HEX triplet: E7, 99 and F2. RGB value is (231,153,242). Sum of RGB (Red+Green+Blue) = 231+153+242=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #E799F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E799F2 is #18660D. Grayscale: #BABABA. Windows color (decimal): -1598990 or 15899111. OLE color: 15899111.

HSL color Cylindrical-coordinate representation of color #E799F2: hue angle of 292.58º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E799F2 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231153242-
CMYK0.050.3700.05
HSL292.58º77.39%77.45%-
HSV(B)292.58º36.78%94.9%-
XYZ60.3746.1889.74-
YUV186.47159.34159.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.90%
GREEN value IS 153 (60.16% from 255) = 24.44%
BLUE value IS 242 (94.92% from 255) = 38.66%
R=36.90%
G=24.44%
B=38.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311532420.050.3700.05292.5877.3977.45
HexE799F2525051254d4d
Octal34723136254505445115115
Binary111001111001100111110010101100101010110010010110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E799F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E799F2; }

 p { color: rgb(231,153,242); }

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

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

 a { background-color: rgb(231,153,242); }

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

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

 span { border-color: rgb(231,153,242); }

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