#E7949B

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

Shades of Wewak #E7949B

Tints of Wewak #E7949B

Color information

#E7949B (or 0xE7949B) is unknown color: approx Wewak. HEX triplet: E7, 94 and 9B. RGB value is (231,148,155). Sum of RGB (Red+Green+Blue) = 231+148+155=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7949B is #186B64. Grayscale: #ADADAD. Windows color (decimal): -1600357 or 10196199. OLE color: 10196199.

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

Color convert

RGB231148155-
CMYK00.360.330.09
HSL354.94º63.36%74.31%-
HSV(B)354.94º35.93%90.59%-
XYZ49.4640.5436.23-
YUV173.62117.5168.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=43.26%
G=27.72%
B=29.03%

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
Decimal23114815500.360.330.09354.9463.3674.31
HexE7949B0242191633f4a
Octal347224233044411154377112
Binary111001111001010010011011010010010000110011011000111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7949B; }

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

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

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

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

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

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

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

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