#E7949A

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

Shades of Wewak #E7949A

Tints of Wewak #E7949A

Color information

#E7949A (or 0xE7949A) is unknown color: approx Wewak. HEX triplet: E7, 94 and 9A. RGB value is (231,148,154). Sum of RGB (Red+Green+Blue) = 231+148+154=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7949A is #186B65. Grayscale: #ADADAD. Windows color (decimal): -1600358 or 10130663. OLE color: 10130663.

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

Color convert

RGB231148154-
CMYK00.360.330.09
HSL355.66º63.36%74.31%-
HSV(B)355.66º35.93%90.59%-
XYZ49.3840.535.79-
YUV173.5117169.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.34%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=43.34%
G=27.77%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114815400.360.330.09355.6663.3674.31
HexE7949A0242191643f4a
Octal347224232044411154477112
Binary111001111001010010011010010010010000110011011001001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7949A; }

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

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

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

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

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

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

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

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