#E8A0A1

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

Shades of Wewak #E8A0A1

Tints of Wewak #E8A0A1

Color information

#E8A0A1 (or 0xE8A0A1) is unknown color: approx Wewak. HEX triplet: E8, A0 and A1. RGB value is (232,160,161). Sum of RGB (Red+Green+Blue) = 232+160+161=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A0A1 is #175F5E. Grayscale: #B5B5B5. Windows color (decimal): -1531743 or 10592488. OLE color: 10592488.

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

Color convert

RGB232160161-
CMYK00.310.310.09
HSL359.17º61.02%76.86%-
HSV(B)359.17º31.03%90.98%-
XYZ52.2844.8739.62-
YUV181.64116.35163.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 160 (62.89% from 255) = 28.93%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=41.95%
G=28.93%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216016100.310.310.09359.1761.0276.86
HexE8A0A101F1F91673d4d
Octal350240241037371154775115
Binary1110100010100000101000010111111111110011011001111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A0A1; }

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

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

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

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

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

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

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

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