#EB9297

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

Shades of Wewak #EB9297

Tints of Wewak #EB9297

Color information

#EB9297 (or 0xEB9297) is unknown color: approx Wewak. HEX triplet: EB, 92 and 97. RGB value is (235,146,151). Sum of RGB (Red+Green+Blue) = 235+146+151=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9297 is #146D68. Grayscale: #ADADAD. Windows color (decimal): -1338729 or 9933547. OLE color: 9933547.

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

Color convert

RGB235146151-
CMYK00.380.360.08
HSL356.63º68.99%74.71%-
HSV(B)356.63º37.87%92.16%-
XYZ50.1340.4534.44-
YUV173.18115.49172.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 151 (59.38% from 255) = 28.38%
R=44.17%
G=27.44%
B=28.38%

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
Decimal23514615100.380.360.08356.6368.9974.71
HexEB9297026248165454b
Octal3532222270464410545105113
Binary1110101110010010100101110100110100100100010110010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9297; }

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

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

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

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

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

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

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

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