#E7969A

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

Shades of Wewak #E7969A

Tints of Wewak #E7969A

Color information

#E7969A (or 0xE7969A) is unknown color: approx Wewak. HEX triplet: E7, 96 and 9A. RGB value is (231,150,154). Sum of RGB (Red+Green+Blue) = 231+150+154=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E7969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7969A is #186965. Grayscale: #AEAEAE. Windows color (decimal): -1599846 or 10131175. OLE color: 10131175.

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

Color convert

RGB231150154-
CMYK00.350.330.09
HSL357.04º62.79%74.71%-
HSV(B)357.04º35.06%90.59%-
XYZ49.6941.1335.89-
YUV174.68116.34168.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=43.18%
G=28.04%
B=28.79%

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
Decimal23115015400.350.330.09357.0462.7974.71
HexE7969A0232191653f4b
Octal347226232043411154577113
Binary111001111001011010011010010001110000110011011001011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7969A; }

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

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

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

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

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

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

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

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