#EB949F

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

Shades of Wewak #EB949F

Tints of Wewak #EB949F

Color information

#EB949F (or 0xEB949F) is unknown color: approx Wewak. HEX triplet: EB, 94 and 9F. RGB value is (235,148,159). Sum of RGB (Red+Green+Blue) = 235+148+159=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB949F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB949F is #146B60. Grayscale: #AFAFAF. Windows color (decimal): -1338209 or 10458347. OLE color: 10458347.

HSL color Cylindrical-coordinate representation of color #EB949F: hue angle of 352.41º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB949F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235148159-
CMYK00.370.320.08
HSL352.41º68.5%75.1%-
HSV(B)352.41º37.02%92.16%-
XYZ51.1141.3538.09-
YUV175.27118.82170.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 159 (62.5% from 255) = 29.34%
R=43.36%
G=27.31%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514815900.370.320.08352.4168.575.1
HexEB949F025208160454b
Octal3532242370454010540105113
Binary1110101110010100100111110100101100000100010110000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB949F; }

 p { color: rgb(235,148,159); }

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

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

 a { background-color: rgb(235,148,159); }

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

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

 span { border-color: rgb(235,148,159); }

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