#E699EC

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

Shades of Plum #E699EC

Tints of Plum #E699EC

Color information

#E699EC (or 0xE699EC) is unknown color: approx Plum. HEX triplet: E6, 99 and EC. RGB value is (230,153,236). Sum of RGB (Red+Green+Blue) = 230+153+236=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #E699EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E699EC is #196613. Grayscale: #B9B9B9. Windows color (decimal): -1664532 or 15505894. OLE color: 15505894.

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

Color convert

RGB230153236-
CMYK0.030.3500.07
HSL295.66º68.6%76.27%-
HSV(B)295.66º35.17%92.55%-
XYZ59.1645.6685.05-
YUV185.48156.51159.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.16%
GREEN value IS 153 (60.16% from 255) = 24.72%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=37.16%
G=24.72%
B=38.13%

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
Decimal2301532360.030.3500.07295.6668.676.27
HexE699EC32307128454c
Octal34623135434307450105114
Binary11100110100110011110110011100011011110010100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E699EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E699EC; }

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

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

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

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

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

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

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

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