#E7AFE9

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

Shades of Plum #E7AFE9

Tints of Plum #E7AFE9

Color information

#E7AFE9 (or 0xE7AFE9) is unknown color: approx Plum. HEX triplet: E7, AF and E9. RGB value is (231,175,233). Sum of RGB (Red+Green+Blue) = 231+175+233=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #E7AFE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AFE9 is #185016. Grayscale: #C6C6C6. Windows color (decimal): -1593367 or 15314919. OLE color: 15314919.

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

Color convert

RGB231175233-
CMYK0.010.2500.09
HSL297.93º56.86%80%-
HSV(B)297.93º24.89%91.37%-
XYZ62.9953.5384.1-
YUV198.36147.55151.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.15%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=36.15%
G=27.39%
B=36.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311752330.010.2500.09297.9356.8680
HexE7AFE91190912a3950
Octal34725735113101145271120
Binary111001111010111111101001111001010011001010101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFE9; }

 p { color: rgb(231,175,233); }

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

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

 a { background-color: rgb(231,175,233); }

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

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

 span { border-color: rgb(231,175,233); }

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