#E79EA0

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

Shades of Wewak #E79EA0

Tints of Wewak #E79EA0

Color information

#E79EA0 (or 0xE79EA0) is unknown color: approx Wewak. HEX triplet: E7, 9E and A0. RGB value is (231,158,160). Sum of RGB (Red+Green+Blue) = 231+158+160=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79EA0 is #18615F. Grayscale: #B4B4B4. Windows color (decimal): -1597792 or 10526439. OLE color: 10526439.

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

Color convert

RGB231158160-
CMYK00.320.310.09
HSL358.36º60.33%76.27%-
HSV(B)358.36º31.6%90.59%-
XYZ51.5343.9839.03-
YUV180.06116.68164.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=42.08%
G=28.78%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115816000.320.310.09358.3660.3376.27
HexE79EA00201F91663c4c
Octal347236240040371154674114
Binary11100111100111101010000001000001111110011011001101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79EA0; }

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

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

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

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

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

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

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

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