#E697EB

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

Shades of Plum #E697EB

Tints of Plum #E697EB

Color information

#E697EB (or 0xE697EB) is unknown color: approx Plum. HEX triplet: E6, 97 and EB. RGB value is (230,151,235). Sum of RGB (Red+Green+Blue) = 230+151+235=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #E697EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697EB is #196814. Grayscale: #B7B7B7. Windows color (decimal): -1665045 or 15439846. OLE color: 15439846.

HSL color Cylindrical-coordinate representation of color #E697EB: hue angle of 296.43º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E697EB is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230151235-
CMYK0.020.3600.08
HSL296.43º67.74%75.69%-
HSV(B)296.43º35.74%92.16%-
XYZ58.744.9584.18-
YUV184.2156.67160.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.34%
GREEN value IS 151 (59.38% from 255) = 24.51%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=37.34%
G=24.51%
B=38.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301512350.020.3600.08296.4367.7475.69
HexE697EB22408128444c
Octal346227353244010450104114
Binary111001101001011111101011101001000100010010100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697EB; }

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

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

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

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

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

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

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

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