#E7AFEC

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

Shades of Plum #E7AFEC

Tints of Plum #E7AFEC

Color information

#E7AFEC (or 0xE7AFEC) is unknown color: approx Plum. HEX triplet: E7, AF and EC. RGB value is (231,175,236). Sum of RGB (Red+Green+Blue) = 231+175+236=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7AFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AFEC is #185013. Grayscale: #C6C6C6. Windows color (decimal): -1593364 or 15511527. OLE color: 15511527.

HSL color Cylindrical-coordinate representation of color #E7AFEC: hue angle of 295.08º degrees, saturation: 0.62, 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 #E7AFEC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231175236-
CMYK0.020.2600.07
HSL295.08º61.62%80.59%-
HSV(B)295.08º25.85%92.55%-
XYZ63.4353.786.38-
YUV198.7149.05151.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=35.98%
G=27.26%
B=36.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311752360.020.2600.07295.0861.6280.59
HexE7AFEC21A071273e51
Octal3472573542320744776121
Binary111001111010111111101100101101001111001001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFEC; }

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

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

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

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

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

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

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

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