#EB9698

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

Shades of Wewak #EB9698

Tints of Wewak #EB9698

Color information

#EB9698 (or 0xEB9698) is unknown color: approx Wewak. HEX triplet: EB, 96 and 98. RGB value is (235,150,152). Sum of RGB (Red+Green+Blue) = 235+150+152=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9698 is #146967. Grayscale: #AFAFAF. Windows color (decimal): -1337704 or 10000107. OLE color: 10000107.

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

Color convert

RGB235150152-
CMYK00.360.350.08
HSL358.59º68%75.49%-
HSV(B)358.59º36.17%92.16%-
XYZ50.8341.7435.08-
YUV175.64114.66170.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=43.76%
G=27.93%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515015200.360.350.08358.596875.49
HexEB9698024238167444b
Octal3532262300444310547104113
Binary1110101110010110100110000100100100011100010110011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9698; }

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

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

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

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

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

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

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

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