#EB9BA1

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

Shades of Wewak #EB9BA1

Tints of Wewak #EB9BA1

Color information

#EB9BA1 (or 0xEB9BA1) is unknown color: approx Wewak. HEX triplet: EB, 9B and A1. RGB value is (235,155,161). Sum of RGB (Red+Green+Blue) = 235+155+161=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9BA1 is #14645E. Grayscale: #B3B3B3. Windows color (decimal): -1336415 or 10591211. OLE color: 10591211.

HSL color Cylindrical-coordinate representation of color #EB9BA1: hue angle of 355.5º 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 #EB9BA1 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235155161-
CMYK00.340.310.08
HSL355.5º66.67%76.47%-
HSV(B)355.5º34.04%92.16%-
XYZ52.4243.6839.39-
YUV179.6117.5167.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 155 (60.94% from 255) = 28.13%
BLUE value IS 161 (63.28% from 255) = 29.22%
R=42.65%
G=28.13%
B=29.22%

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
Decimal23515516100.340.310.08355.566.6776.47
HexEB9BA10221F8164434c
Octal3532332410423710544103114
Binary111010111001101110100001010001011111100010110010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BA1; }

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

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

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

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

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

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

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

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