#E7A0B2

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

Shades of Illusion #E7A0B2

Tints of Illusion #E7A0B2

Color information

#E7A0B2 (or 0xE7A0B2) is unknown color: approx Illusion. HEX triplet: E7, A0 and B2. RGB value is (231,160,178). Sum of RGB (Red+Green+Blue) = 231+160+178=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A0B2 is #185F4D. Grayscale: #B7B7B7. Windows color (decimal): -1597262 or 11706599. OLE color: 11706599.

HSL color Cylindrical-coordinate representation of color #E7A0B2: hue angle of 344.79º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0B2 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB231160178-
CMYK00.310.230.09
HSL344.79º59.66%76.67%-
HSV(B)344.79º30.74%90.59%-
XYZ53.5645.3448.05-
YUV183.28125.02162.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 160 (62.89% from 255) = 28.12%
BLUE value IS 178 (69.92% from 255) = 31.28%
R=40.60%
G=28.12%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116017800.310.230.09344.7959.6676.67
HexE7A0B201F1791593c4d
Octal347240262037271153174115
Binary1110011110100000101100100111111011110011010110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0B2; }

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

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

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

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

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

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

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

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