#E697EF

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

Shades of Plum #E697EF

Tints of Plum #E697EF

Color information

#E697EF (or 0xE697EF) is unknown color: approx Plum. HEX triplet: E6, 97 and EF. RGB value is (230,151,239). Sum of RGB (Red+Green+Blue) = 230+151+239=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #E697EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697EF is #196810. Grayscale: #B8B8B8. Windows color (decimal): -1665041 or 15701990. OLE color: 15701990.

HSL color Cylindrical-coordinate representation of color #E697EF: hue angle of 293.86º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E697EF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230151239-
CMYK0.040.3700.06
HSL293.86º73.33%76.47%-
HSV(B)293.86º36.82%93.73%-
XYZ59.2845.1987.26-
YUV184.65158.67160.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 151 (59.38% from 255) = 24.35%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=37.10%
G=24.35%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301512390.040.3700.06293.8673.3376.47
HexE697EF42506126494c
Octal34622735744506446111114
Binary111001101001011111101111100100101011010010011010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697EF; }

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

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

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

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

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

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

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

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