#E697E6

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

Shades of Plum #E697E6

Tints of Plum #E697E6

Color information

#E697E6 (or 0xE697E6) is unknown color: approx Plum. HEX triplet: E6, 97 and E6. RGB value is (230,151,230). Sum of RGB (Red+Green+Blue) = 230+151+230=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E697E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697E6 is #196819. Grayscale: #B7B7B7. Windows color (decimal): -1665050 or 15112166. OLE color: 15112166.

HSL color Cylindrical-coordinate representation of color #E697E6: hue angle of 300º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E697E6 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB230151230-
CMYK00.3400.10
HSL300º61.24%74.71%-
HSV(B)300º34.35%90.2%-
XYZ57.9844.6780.43-
YUV183.63154.17161.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 230 (90.23% from 255) = 37.64%
R=37.64%
G=24.71%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015123000.3400.1030061.2474.71
HexE697E60220A12c3d4b
Octal34622734604201245475113
Binary1110011010010111111001100100010010101001011001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697E6; }

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

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

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

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

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

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

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

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