#E7959A

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

Shades of Wewak #E7959A

Tints of Wewak #E7959A

Color information

#E7959A (or 0xE7959A) is unknown color: approx Wewak. HEX triplet: E7, 95 and 9A. RGB value is (231,149,154). Sum of RGB (Red+Green+Blue) = 231+149+154=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7959A is #186A65. Grayscale: #AEAEAE. Windows color (decimal): -1600102 or 10130919. OLE color: 10130919.

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

Color convert

RGB231149154-
CMYK00.350.330.09
HSL356.34º63.08%74.51%-
HSV(B)356.34º35.5%90.59%-
XYZ49.5440.8235.84-
YUV174.09116.67168.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=43.26%
G=27.90%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114915400.350.330.09356.3463.0874.51
HexE7959A0232191643f4b
Octal347225232043411154477113
Binary111001111001010110011010010001110000110011011001001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7959A; }

 p { color: rgb(231,149,154); }

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

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

 a { background-color: rgb(231,149,154); }

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

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

 span { border-color: rgb(231,149,154); }

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