#E7A5F2

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

Shades of Plum #E7A5F2

Tints of Plum #E7A5F2

Color information

#E7A5F2 (or 0xE7A5F2) is unknown color: approx Plum. HEX triplet: E7, A5 and F2. RGB value is (231,165,242). Sum of RGB (Red+Green+Blue) = 231+165+242=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7A5F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A5F2 is #185A0D. Grayscale: #C1C1C1. Windows color (decimal): -1595918 or 15902183. OLE color: 15902183.

HSL color Cylindrical-coordinate representation of color #E7A5F2: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A5F2 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231165242-
CMYK0.050.3200.05
HSL291.43º74.76%79.8%-
HSV(B)291.43º31.82%94.9%-
XYZ62.4450.3190.42-
YUV193.51155.37154.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.21%
GREEN value IS 165 (64.84% from 255) = 25.86%
BLUE value IS 242 (94.92% from 255) = 37.93%
R=36.21%
G=25.86%
B=37.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311652420.050.3200.05291.4374.7679.8
HexE7A5F2520051234b50
Octal34724536254005443113120
Binary111001111010010111110010101100000010110010001110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A5F2; }

 p { color: rgb(231,165,242); }

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

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

 a { background-color: rgb(231,165,242); }

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

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

 span { border-color: rgb(231,165,242); }

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