#EB8D9B

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

Shades of Wewak #EB8D9B

Tints of Wewak #EB8D9B

Color information

#EB8D9B (or 0xEB8D9B) is unknown color: approx Wewak. HEX triplet: EB, 8D and 9B. RGB value is (235,141,155). Sum of RGB (Red+Green+Blue) = 235+141+155=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D9B is #147264. Grayscale: #AAAAAA. Windows color (decimal): -1340005 or 10194411. OLE color: 10194411.

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

Color convert

RGB235141155-
CMYK00.40.340.08
HSL351.06º70.15%73.73%-
HSV(B)351.06º40%92.16%-
XYZ49.739.0835.93-
YUV170.7119.14173.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=44.26%
G=26.55%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514115500.40.340.08351.0670.1573.73
HexEB8D9B02822815f464a
Octal3532152330504210537106112
Binary1110101110001101100110110101000100010100010101111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D9B; }

 p { color: rgb(235,141,155); }

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

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

 a { background-color: rgb(235,141,155); }

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

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

 span { border-color: rgb(235,141,155); }

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