#EB8B9D

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

Shades of Wewak #EB8B9D

Tints of Wewak #EB8B9D

Color information

#EB8B9D (or 0xEB8B9D) is unknown color: approx Wewak. HEX triplet: EB, 8B and 9D. RGB value is (235,139,157). Sum of RGB (Red+Green+Blue) = 235+139+157=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B9D is #147462. Grayscale: #A9A9A9. Windows color (decimal): -1340515 or 10324971. OLE color: 10324971.

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

Color convert

RGB235139157-
CMYK00.410.330.08
HSL348.75º70.59%73.33%-
HSV(B)348.75º40.85%92.16%-
XYZ49.5838.5636.73-
YUV169.76120.8174.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=44.26%
G=26.18%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513915700.410.330.08348.7570.5973.33
HexEB8B9D02921815d4749
Octal3532132350514110535107111
Binary1110101110001011100111010101001100001100010101110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B9D; }

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

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

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

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

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

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

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

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