#E7A0A1

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

Shades of Wewak #E7A0A1

Tints of Wewak #E7A0A1

Color information

#E7A0A1 (or 0xE7A0A1) is unknown color: approx Wewak. HEX triplet: E7, A0 and A1. RGB value is (231,160,161). Sum of RGB (Red+Green+Blue) = 231+160+161=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A0A1 is #185F5E. Grayscale: #B5B5B5. Windows color (decimal): -1597279 or 10592487. OLE color: 10592487.

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

Color convert

RGB231160161-
CMYK00.310.300.09
HSL359.15º59.66%76.67%-
HSV(B)359.15º30.74%90.59%-
XYZ51.9644.739.61-
YUV181.34116.52163.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 161 (63.28% from 255) = 29.17%
R=41.85%
G=28.99%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116016100.310.300.09359.1559.6676.67
HexE7A0A101F1E91673c4d
Octal347240241037361154774115
Binary1110011110100000101000010111111111010011011001111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0A1; }

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

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

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

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

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

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

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

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