#E599EC

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

Shades of Plum #E599EC

Tints of Plum #E599EC

Color information

#E599EC (or 0xE599EC) is unknown color: approx Plum. HEX triplet: E5, 99 and EC. RGB value is (229,153,236). Sum of RGB (Red+Green+Blue) = 229+153+236=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #E599EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E599EC is #1A6613. Grayscale: #B8B8B8. Windows color (decimal): -1730068 or 15505893. OLE color: 15505893.

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

Color convert

RGB229153236-
CMYK0.030.3500.07
HSL294.94º68.6%76.27%-
HSV(B)294.94º35.17%92.55%-
XYZ58.8445.585.04-
YUV185.19156.68159.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.06%
GREEN value IS 153 (60.16% from 255) = 24.76%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=37.06%
G=24.76%
B=38.19%

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
Decimal2291532360.030.3500.07294.9468.676.27
HexE599EC32307127454c
Octal34523135434307447105114
Binary11100101100110011110110011100011011110010011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E599EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E599EC; }

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

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

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

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

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

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

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

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