#E799F1

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

Shades of Plum #E799F1

Tints of Plum #E799F1

Color information

#E799F1 (or 0xE799F1) is unknown color: approx Plum. HEX triplet: E7, 99 and F1. RGB value is (231,153,241). Sum of RGB (Red+Green+Blue) = 231+153+241=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 153 (60.16% from 255 or 24.48% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #E799F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E799F1 is #18660E. Grayscale: #BABABA. Windows color (decimal): -1598991 or 15833575. OLE color: 15833575.

HSL color Cylindrical-coordinate representation of color #E799F1: hue angle of 293.18º degrees, saturation: 0.76, 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 #E799F1 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231153241-
CMYK0.040.3700.05
HSL293.18º75.86%77.25%-
HSV(B)293.18º36.51%94.51%-
XYZ60.2246.1288.95-
YUV186.35158.84159.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.96%
GREEN value IS 153 (60.16% from 255) = 24.48%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=36.96%
G=24.48%
B=38.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311532410.040.3700.05293.1875.8677.25
HexE799F1425051254c4d
Octal34723136144505445114115
Binary111001111001100111110001100100101010110010010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E799F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E799F1; }

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

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

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

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

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

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

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

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