#EB9296

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

Shades of Wewak #EB9296

Tints of Wewak #EB9296

Color information

#EB9296 (or 0xEB9296) is unknown color: approx Wewak. HEX triplet: EB, 92 and 96. RGB value is (235,146,150). Sum of RGB (Red+Green+Blue) = 235+146+150=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9296 is #146D69. Grayscale: #ADADAD. Windows color (decimal): -1338730 or 9868011. OLE color: 9868011.

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

Color convert

RGB235146150-
CMYK00.380.360.08
HSL357.3º68.99%74.71%-
HSV(B)357.3º37.87%92.16%-
XYZ50.0440.4234.02-
YUV173.07114.99172.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=44.26%
G=27.50%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514615000.380.360.08357.368.9974.71
HexEB9296026248165454b
Octal3532222260464410545105113
Binary1110101110010010100101100100110100100100010110010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9296; }

 p { color: rgb(235,146,150); }

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

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

 a { background-color: rgb(235,146,150); }

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

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

 span { border-color: rgb(235,146,150); }

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