#E799DA

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

Shades of Plum #E799DA

Tints of Plum #E799DA

Color information

#E799DA (or 0xE799DA) is unknown color: approx Plum. HEX triplet: E7, 99 and DA. RGB value is (231,153,218). Sum of RGB (Red+Green+Blue) = 231+153+218=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E799DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799DA is #186625. Grayscale: #B7B7B7. Windows color (decimal): -1599014 or 14326247. OLE color: 14326247.

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

Color convert

RGB231153218-
CMYK00.340.060.09
HSL310º61.9%75.29%-
HSV(B)310º33.77%90.59%-
XYZ5744.8371.98-
YUV183.73147.34161.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 153 (60.16% from 255) = 25.42%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=38.37%
G=25.42%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115321800.340.060.0931061.975.29
HexE799DA022691363e4b
Octal34723133204261146676113
Binary111001111001100111011010010001011010011001101101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E799DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E799DA; }

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

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

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

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

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

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

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

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