#EB8A95

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

Shades of Wewak #EB8A95

Tints of Wewak #EB8A95

Color information

#EB8A95 (or 0xEB8A95) is unknown color: approx Wewak. HEX triplet: EB, 8A and 95. RGB value is (235,138,149). Sum of RGB (Red+Green+Blue) = 235+138+149=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8A95 is #14756A. Grayscale: #A8A8A8. Windows color (decimal): -1340779 or 9800427. OLE color: 9800427.

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

Color convert

RGB235138149-
CMYK00.410.370.08
HSL353.2º70.8%73.14%-
HSV(B)353.2º41.28%92.16%-
XYZ48.7738.0133.2-
YUV168.26117.14175.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 138 (54.30% from 255) = 26.44%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=45.02%
G=26.44%
B=28.54%

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
Decimal23513814900.410.370.08353.270.873.14
HexEB8A950292581614749
Octal3532122250514510541107111
Binary1110101110001010100101010101001100101100010110000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A95; }

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

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

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

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

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

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

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

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