#EB9496

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

Shades of Wewak #EB9496

Tints of Wewak #EB9496

Color information

#EB9496 (or 0xEB9496) is unknown color: approx Wewak. HEX triplet: EB, 94 and 96. RGB value is (235,148,150). Sum of RGB (Red+Green+Blue) = 235+148+150=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9496 is #146B69. Grayscale: #AEAEAE. Windows color (decimal): -1338218 or 9868523. OLE color: 9868523.

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

Color convert

RGB235148150-
CMYK00.370.360.08
HSL358.62º68.5%75.1%-
HSV(B)358.62º37.02%92.16%-
XYZ50.3641.0434.12-
YUV174.24114.32171.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=44.09%
G=27.77%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514815000.370.360.08358.6268.575.1
HexEB9496025248167454b
Octal3532242260454410547105113
Binary1110101110010100100101100100101100100100010110011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9496; }

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

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

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

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

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

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

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

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