#EB8B8E

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

Shades of Wewak #EB8B8E

Tints of Wewak #EB8B8E

Color information

#EB8B8E (or 0xEB8B8E) is unknown color: approx Wewak. HEX triplet: EB, 8B and 8E. RGB value is (235,139,142). Sum of RGB (Red+Green+Blue) = 235+139+142=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B8E is #147471. Grayscale: #A8A8A8. Windows color (decimal): -1340530 or 9341931. OLE color: 9341931.

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

Color convert

RGB235139142-
CMYK00.410.400.08
HSL358.12º70.59%73.33%-
HSV(B)358.12º40.85%92.16%-
XYZ48.3838.0830.39-
YUV168.05113.3175.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 139 (54.69% from 255) = 26.94%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=45.54%
G=26.94%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513914200.410.400.08358.1270.5973.33
HexEB8B8E0292881664749
Octal3532132160515010546107111
Binary1110101110001011100011100101001101000100010110011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B8E; }

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

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

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

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

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

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

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

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