#E8A0B2

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

Shades of Illusion #E8A0B2

Tints of Illusion #E8A0B2

Color information

#E8A0B2 (or 0xE8A0B2) is unknown color: approx Illusion. HEX triplet: E8, A0 and B2. RGB value is (232,160,178). Sum of RGB (Red+Green+Blue) = 232+160+178=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A0B2 is #175F4D. Grayscale: #B7B7B7. Windows color (decimal): -1531726 or 11706600. OLE color: 11706600.

HSL color Cylindrical-coordinate representation of color #E8A0B2: hue angle of 345º degrees, saturation: 0.61, 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 #E8A0B2 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB232160178-
CMYK00.310.230.09
HSL345º61.02%76.86%-
HSV(B)345º31.03%90.98%-
XYZ53.8945.5148.06-
YUV183.58124.85162.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.70%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=40.70%
G=28.07%
B=31.23%

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
Decimal23216017800.310.230.0934561.0276.86
HexE8A0B201F1791593d4d
Octal350240262037271153175115
Binary1110100010100000101100100111111011110011010110011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A0B2; }

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

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

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

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

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

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

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

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