#E7A0F1

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

Shades of Plum #E7A0F1

Tints of Plum #E7A0F1

Color information

#E7A0F1 (or 0xE7A0F1) is unknown color: approx Plum. HEX triplet: E7, A0 and F1. RGB value is (231,160,241). Sum of RGB (Red+Green+Blue) = 231+160+241=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7A0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A0F1 is #185F0E. Grayscale: #BEBEBE. Windows color (decimal): -1597199 or 15835367. OLE color: 15835367.

HSL color Cylindrical-coordinate representation of color #E7A0F1: hue angle of 292.59º degrees, saturation: 0.74, 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 #E7A0F1 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231160241-
CMYK0.040.3400.05
HSL292.59º74.31%78.63%-
HSV(B)292.59º33.61%94.51%-
XYZ61.448.4889.34-
YUV190.46156.52156.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.55%
GREEN value IS 160 (62.89% from 255) = 25.32%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=36.55%
G=25.32%
B=38.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311602410.040.3400.05292.5974.3178.63
HexE7A0F1422051254a4f
Octal34724036144205445112117
Binary111001111010000011110001100100010010110010010110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0F1; }

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

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

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

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

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

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

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

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