#E7A0F2

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

Shades of Plum #E7A0F2

Tints of Plum #E7A0F2

Color information

#E7A0F2 (or 0xE7A0F2) is unknown color: approx Plum. HEX triplet: E7, A0 and F2. RGB value is (231,160,242). Sum of RGB (Red+Green+Blue) = 231+160+242=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7A0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A0F2 is #185F0D. Grayscale: #BEBEBE. Windows color (decimal): -1597198 or 15900903. OLE color: 15900903.

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

Color convert

RGB231160242-
CMYK0.050.3400.05
HSL291.95º75.93%78.82%-
HSV(B)291.95º33.88%94.9%-
XYZ61.5548.5490.13-
YUV190.58157.02156.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.49%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=36.49%
G=25.28%
B=38.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311602420.050.3400.05291.9575.9378.82
HexE7A0F2522051244c4f
Octal34724036254205444114117
Binary111001111010000011110010101100010010110010010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0F2; }

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

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

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

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

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

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

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

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