#EB989D

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

Shades of Wewak #EB989D

Tints of Wewak #EB989D

Color information

#EB989D (or 0xEB989D) is unknown color: approx Wewak. HEX triplet: EB, 98 and 9D. RGB value is (235,152,157). Sum of RGB (Red+Green+Blue) = 235+152+157=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB989D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB989D is #146762. Grayscale: #B1B1B1. Windows color (decimal): -1337187 or 10328299. OLE color: 10328299.

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

Color convert

RGB235152157-
CMYK00.350.330.08
HSL356.39º67.48%75.88%-
HSV(B)356.39º35.32%92.16%-
XYZ51.5742.5537.39-
YUV177.39116.5169.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=43.20%
G=27.94%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515215700.350.330.08356.3967.4875.88
HexEB989D023218164434c
Octal3532302350434110544103114
Binary1110101110011000100111010100011100001100010110010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB989D; }

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

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

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

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

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

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

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

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