#E799E5

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

Shades of Plum #E799E5

Tints of Plum #E799E5

Color information

#E799E5 (or 0xE799E5) is unknown color: approx Plum. HEX triplet: E7, 99 and E5. RGB value is (231,153,229). Sum of RGB (Red+Green+Blue) = 231+153+229=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E799E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799E5 is #18661A. Grayscale: #B8B8B8. Windows color (decimal): -1599003 or 15047143. OLE color: 15047143.

HSL color Cylindrical-coordinate representation of color #E799E5: hue angle of 301.54º 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 #E799E5 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB231153229-
CMYK00.340.010.09
HSL301.54º61.9%75.29%-
HSV(B)301.54º33.77%90.59%-
XYZ58.4945.4379.81-
YUV184.99152.84160.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 153 (60.16% from 255) = 24.96%
BLUE value IS 229 (89.84% from 255) = 37.36%
R=37.68%
G=24.96%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115322900.340.010.09301.5461.975.29
HexE799E50221912e3e4b
Octal34723134504211145676113
Binary1110011110011001111001010100010110011001011101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E799E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E799E5; }

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

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

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

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

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

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

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

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