#EB898C

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

Shades of Wewak #EB898C

Tints of Wewak #EB898C

Color information

#EB898C (or 0xEB898C) is unknown color: approx Wewak. HEX triplet: EB, 89 and 8C. RGB value is (235,137,140). Sum of RGB (Red+Green+Blue) = 235+137+140=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB898C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB898C is #147673. Grayscale: #A6A6A6. Windows color (decimal): -1341044 or 9210347. OLE color: 9210347.

HSL color Cylindrical-coordinate representation of color #EB898C: hue angle of 358.16º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB898C is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB235137140-
CMYK00.420.400.08
HSL358.16º71.01%72.94%-
HSV(B)358.16º41.7%92.16%-
XYZ47.9437.4529.51-
YUV166.64112.97176.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.90%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=45.90%
G=26.76%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513714000.420.400.08358.1671.0172.94
HexEB898C02A2881664749
Octal3532112140525010546107111
Binary1110101110001001100011000101010101000100010110011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB898C; }

 p { color: rgb(235,137,140); }

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

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

 a { background-color: rgb(235,137,140); }

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

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

 span { border-color: rgb(235,137,140); }

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