#E7AFEB

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

Shades of Plum #E7AFEB

Tints of Plum #E7AFEB

Color information

#E7AFEB (or 0xE7AFEB) is unknown color: approx Plum. HEX triplet: E7, AF and EB. RGB value is (231,175,235). Sum of RGB (Red+Green+Blue) = 231+175+235=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AFEB is #185014. Grayscale: #C6C6C6. Windows color (decimal): -1593365 or 15445991. OLE color: 15445991.

HSL color Cylindrical-coordinate representation of color #E7AFEB: hue angle of 296º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7AFEB is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231175235-
CMYK0.020.2600.08
HSL296º60%80.39%-
HSV(B)296º25.53%92.16%-
XYZ63.2853.6585.62-
YUV198.58148.55151.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=36.04%
G=27.30%
B=36.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311752350.020.2600.082966080.39
HexE7AFEB21A081283c50
Octal34725735323201045074120
Binary1110011110101111111010111011010010001001010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFEB; }

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

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

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

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

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

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

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

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