#E695EC

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

Shades of Plum #E695EC

Tints of Plum #E695EC

Color information

#E695EC (or 0xE695EC) is unknown color: approx Plum. HEX triplet: E6, 95 and EC. RGB value is (230,149,236). Sum of RGB (Red+Green+Blue) = 230+149+236=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #E695EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695EC is #196A13. Grayscale: #B6B6B6. Windows color (decimal): -1665556 or 15504870. OLE color: 15504870.

HSL color Cylindrical-coordinate representation of color #E695EC: hue angle of 295.86º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E695EC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230149236-
CMYK0.030.3700.07
HSL295.86º69.6%75.49%-
HSV(B)295.86º36.86%92.55%-
XYZ58.5244.3784.84-
YUV183.14157.84161.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.40%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=37.40%
G=24.23%
B=38.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301492360.030.3700.07295.8669.675.49
HexE695EC32507128464b
Octal34622535434507450106113
Binary11100110100101011110110011100101011110010100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695EC; }

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

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

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

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

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

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

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

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