#E9949B

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

Shades of Wewak #E9949B

Tints of Wewak #E9949B

Color information

#E9949B (or 0xE9949B) is unknown color: approx Wewak. HEX triplet: E9, 94 and 9B. RGB value is (233,148,155). Sum of RGB (Red+Green+Blue) = 233+148+155=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E9949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9949B is #166B64. Grayscale: #AEAEAE. Windows color (decimal): -1469285 or 10196201. OLE color: 10196201.

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

Color convert

RGB233148155-
CMYK00.360.330.09
HSL355.06º65.89%74.71%-
HSV(B)355.06º36.48%91.37%-
XYZ50.1140.8736.26-
YUV174.21117.16169.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.47%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=43.47%
G=27.61%
B=28.92%

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
Decimal23314815500.360.330.09355.0665.8974.71
HexE9949B024219163424b
Octal3512242330444111543102113
Binary1110100110010100100110110100100100001100110110001110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9949B; }

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

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

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

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

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

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

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

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