#EB8992

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

Shades of Wewak #EB8992

Tints of Wewak #EB8992

Color information

#EB8992 (or 0xEB8992) is unknown color: approx Wewak. HEX triplet: EB, 89 and 92. RGB value is (235,137,146). Sum of RGB (Red+Green+Blue) = 235+137+146=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8992 is #14766D. Grayscale: #A7A7A7. Windows color (decimal): -1341038 or 9603563. OLE color: 9603563.

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

Color convert

RGB235137146-
CMYK00.420.380.08
HSL354.49º71.01%72.94%-
HSV(B)354.49º41.7%92.16%-
XYZ48.3937.6331.91-
YUV167.33115.97176.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=45.37%
G=26.45%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513714600.420.380.08354.4971.0172.94
HexEB899202A2681624749
Octal3532112220524610542107111
Binary1110101110001001100100100101010100110100010110001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8992; }

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

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

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

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

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

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

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

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