#E697E9

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

Shades of Plum #E697E9

Tints of Plum #E697E9

Color information

#E697E9 (or 0xE697E9) is unknown color: approx Plum. HEX triplet: E6, 97 and E9. RGB value is (230,151,233). Sum of RGB (Red+Green+Blue) = 230+151+233=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 151 (59.38% from 255 or 24.59% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #E697E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697E9 is #196816. Grayscale: #B7B7B7. Windows color (decimal): -1665047 or 15308774. OLE color: 15308774.

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

Color convert

RGB230151233-
CMYK0.010.3500.09
HSL297.8º65.08%75.29%-
HSV(B)297.8º35.19%91.37%-
XYZ58.4144.8482.67-
YUV183.97155.67160.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.46%
GREEN value IS 151 (59.38% from 255) = 24.59%
BLUE value IS 233 (91.41% from 255) = 37.95%
R=37.46%
G=24.59%
B=37.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301512330.010.3500.09297.865.0875.29
HexE697E91230912a414b
Octal346227351143011452101113
Binary11100110100101111110100111000110100110010101010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697E9; }

 p { color: rgb(230,151,233); }

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

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

 a { background-color: rgb(230,151,233); }

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

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

 span { border-color: rgb(230,151,233); }

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