#E299EC

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

Shades of Plum #E299EC

Tints of Plum #E299EC

Color information

#E299EC (or 0xE299EC) is unknown color: approx Plum. HEX triplet: E2, 99 and EC. RGB value is (226,153,236). Sum of RGB (Red+Green+Blue) = 226+153+236=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #E299EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299EC is #1D6613. Grayscale: #B8B8B8. Windows color (decimal): -1926676 or 15505890. OLE color: 15505890.

HSL color Cylindrical-coordinate representation of color #E299EC: hue angle of 292.77º 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 #E299EC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226153236-
CMYK0.040.3500.07
HSL292.77º68.6%76.27%-
HSV(B)292.77º35.17%92.55%-
XYZ57.945.0184.99-
YUV184.29157.18157.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 153 (60.16% from 255) = 24.88%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=36.75%
G=24.88%
B=38.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261532360.040.3500.07292.7768.676.27
HexE299EC42307125454c
Octal34223135444307445105114
Binary111000101001100111101100100100011011110010010110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299EC; }

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

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

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

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

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

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

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

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