#E7AFEE

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

Shades of Plum #E7AFEE

Tints of Plum #E7AFEE

Color information

#E7AFEE (or 0xE7AFEE) is unknown color: approx Plum. HEX triplet: E7, AF and EE. RGB value is (231,175,238). Sum of RGB (Red+Green+Blue) = 231+175+238=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7AFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AFEE is #185011. Grayscale: #C6C6C6. Windows color (decimal): -1593362 or 15642599. OLE color: 15642599.

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

Color convert

RGB231175238-
CMYK0.030.2600.07
HSL293.33º64.95%80.98%-
HSV(B)293.33º26.47%93.33%-
XYZ63.7253.8287.92-
YUV198.93150.05150.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.87%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=35.87%
G=27.17%
B=36.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311752380.030.2600.07293.3364.9580.98
HexE7AFEE31A071254151
Octal34725735633207445101121
Binary1110011110101111111011101111010011110010010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFEE; }

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

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

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

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

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

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

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

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