#EB989C

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

Shades of Wewak #EB989C

Tints of Wewak #EB989C

Color information

#EB989C (or 0xEB989C) is unknown color: approx Wewak. HEX triplet: EB, 98 and 9C. RGB value is (235,152,156). Sum of RGB (Red+Green+Blue) = 235+152+156=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB989C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB989C is #146763. Grayscale: #B1B1B1. Windows color (decimal): -1337188 or 10262763. OLE color: 10262763.

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

Color convert

RGB235152156-
CMYK00.350.340.08
HSL357.11º67.48%75.88%-
HSV(B)357.11º35.32%92.16%-
XYZ51.4942.5236.95-
YUV177.27116169.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=43.28%
G=27.99%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515215600.350.340.08357.1167.4875.88
HexEB989C023228165434c
Octal3532302340434210545103114
Binary1110101110011000100111000100011100010100010110010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB989C; }

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

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

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

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

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

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

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

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