#E7949E

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

Shades of Wewak #E7949E

Tints of Wewak #E7949E

Color information

#E7949E (or 0xE7949E) is unknown color: approx Wewak. HEX triplet: E7, 94 and 9E. RGB value is (231,148,158). Sum of RGB (Red+Green+Blue) = 231+148+158=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7949E is #186B61. Grayscale: #AEAEAE. Windows color (decimal): -1600354 or 10392807. OLE color: 10392807.

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

Color convert

RGB231148158-
CMYK00.360.320.09
HSL352.77º63.36%74.31%-
HSV(B)352.77º35.93%90.59%-
XYZ49.7240.6437.57-
YUV173.96119168.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.02%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=43.02%
G=27.56%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114815800.360.320.09352.7763.3674.31
HexE7949E0242091613f4a
Octal347224236044401154177112
Binary111001111001010010011110010010010000010011011000011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7949E; }

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

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

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

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

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

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

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

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