#EB9BA2

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

Shades of Wewak #EB9BA2

Tints of Wewak #EB9BA2

Color information

#EB9BA2 (or 0xEB9BA2) is unknown color: approx Wewak. HEX triplet: EB, 9B and A2. RGB value is (235,155,162). Sum of RGB (Red+Green+Blue) = 235+155+162=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9BA2 is #14645D. Grayscale: #B3B3B3. Windows color (decimal): -1336414 or 10656747. OLE color: 10656747.

HSL color Cylindrical-coordinate representation of color #EB9BA2: hue angle of 354.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9BA2 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235155162-
CMYK00.340.310.08
HSL354.75º66.67%76.47%-
HSV(B)354.75º34.04%92.16%-
XYZ52.543.7139.85-
YUV179.72118167.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.57%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 162 (63.67% from 255) = 29.35%
R=42.57%
G=28.08%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515516200.340.310.08354.7566.6776.47
HexEB9BA20221F8163434c
Octal3532332420423710543103114
Binary111010111001101110100010010001011111100010110001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BA2; }

 p { color: rgb(235,155,162); }

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

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

 a { background-color: rgb(235,155,162); }

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

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

 span { border-color: rgb(235,155,162); }

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