#E796A0

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

Shades of Wewak #E796A0

Tints of Wewak #E796A0

Color information

#E796A0 (or 0xE796A0) is unknown color: approx Wewak. HEX triplet: E7, 96 and A0. RGB value is (231,150,160). Sum of RGB (Red+Green+Blue) = 231+150+160=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E796A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E796A0 is #18695F. Grayscale: #AFAFAF. Windows color (decimal): -1599840 or 10524391. OLE color: 10524391.

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

Color convert

RGB231150160-
CMYK00.350.310.09
HSL352.59º62.79%74.71%-
HSV(B)352.59º35.06%90.59%-
XYZ50.2141.3438.59-
YUV175.36119.34167.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.70%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=42.70%
G=27.73%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115016000.350.310.09352.5962.7974.71
HexE796A00231F91613f4b
Octal347226240043371154177113
Binary11100111100101101010000001000111111110011011000011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E796A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E796A0; }

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

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

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

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

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

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

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

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