#EB8B9A

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

Shades of Wewak #EB8B9A

Tints of Wewak #EB8B9A

Color information

#EB8B9A (or 0xEB8B9A) is unknown color: approx Wewak. HEX triplet: EB, 8B and 9A. RGB value is (235,139,154). Sum of RGB (Red+Green+Blue) = 235+139+154=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B9A is #147465. Grayscale: #A9A9A9. Windows color (decimal): -1340518 or 10128363. OLE color: 10128363.

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

Color convert

RGB235139154-
CMYK00.410.340.08
HSL350.62º70.59%73.33%-
HSV(B)350.62º40.85%92.16%-
XYZ49.3338.4635.4-
YUV169.41119.3174.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 139 (54.69% from 255) = 26.33%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=44.51%
G=26.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513915400.410.340.08350.6270.5973.33
HexEB8B9A02922815f4749
Octal3532132320514210537107111
Binary1110101110001011100110100101001100010100010101111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B9A; }

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

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

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

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

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

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

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

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