#E696E9

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

Shades of Plum #E696E9

Tints of Plum #E696E9

Color information

#E696E9 (or 0xE696E9) is unknown color: approx Plum. HEX triplet: E6, 96 and E9. RGB value is (230,150,233). Sum of RGB (Red+Green+Blue) = 230+150+233=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #E696E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696E9 is #196916. Grayscale: #B7B7B7. Windows color (decimal): -1665303 or 15308518. OLE color: 15308518.

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

Color convert

RGB230150233-
CMYK0.010.3600.09
HSL297.83º65.35%75.1%-
HSV(B)297.83º35.62%91.37%-
XYZ58.2544.5282.61-
YUV183.38156161.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 150 (58.98% from 255) = 24.47%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=37.52%
G=24.47%
B=38.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301502330.010.3600.09297.8365.3575.1
HexE696E91240912a414b
Octal346226351144011452101113
Binary11100110100101101110100111001000100110010101010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E696E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E696E9; }

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

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

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

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

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

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

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

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