#EB8A94

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

Shades of Wewak #EB8A94

Tints of Wewak #EB8A94

Color information

#EB8A94 (or 0xEB8A94) is unknown color: approx Wewak. HEX triplet: EB, 8A and 94. RGB value is (235,138,148). Sum of RGB (Red+Green+Blue) = 235+138+148=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8A94 is #14756B. Grayscale: #A8A8A8. Windows color (decimal): -1340780 or 9734891. OLE color: 9734891.

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

Color convert

RGB235138148-
CMYK00.410.370.08
HSL353.81º70.8%73.14%-
HSV(B)353.81º41.28%92.16%-
XYZ48.6937.9832.78-
YUV168.14116.64175.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 148 (58.20% from 255) = 28.41%
R=45.11%
G=26.49%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513814800.410.370.08353.8170.873.14
HexEB8A940292581624749
Octal3532122240514510542107111
Binary1110101110001010100101000101001100101100010110001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A94; }

 p { color: rgb(235,138,148); }

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

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

 a { background-color: rgb(235,138,148); }

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

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

 span { border-color: rgb(235,138,148); }

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