#EB9096

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

Shades of Wewak #EB9096

Tints of Wewak #EB9096

Color information

#EB9096 (or 0xEB9096) is unknown color: approx Wewak. HEX triplet: EB, 90 and 96. RGB value is (235,144,150). Sum of RGB (Red+Green+Blue) = 235+144+150=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9096 is #146F69. Grayscale: #ABABAB. Windows color (decimal): -1339242 or 9867499. OLE color: 9867499.

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

Color convert

RGB235144150-
CMYK00.390.360.08
HSL356.04º69.47%74.31%-
HSV(B)356.04º38.72%92.16%-
XYZ49.7439.8133.92-
YUV171.89115.65173.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=44.42%
G=27.22%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514415000.390.360.08356.0469.4774.31
HexEB9096027248164454a
Octal3532202260474410544105112
Binary1110101110010000100101100100111100100100010110010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9096; }

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

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

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

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

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

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

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

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