#EB8995

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

Shades of Wewak #EB8995

Tints of Wewak #EB8995

Color information

#EB8995 (or 0xEB8995) is unknown color: approx Wewak. HEX triplet: EB, 89 and 95. RGB value is (235,137,149). Sum of RGB (Red+Green+Blue) = 235+137+149=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8995 is #14766A. Grayscale: #A7A7A7. Windows color (decimal): -1341035 or 9800171. OLE color: 9800171.

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

Color convert

RGB235137149-
CMYK00.420.370.08
HSL352.65º71.01%72.94%-
HSV(B)352.65º41.7%92.16%-
XYZ48.6337.7233.15-
YUV167.67117.47176.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=45.11%
G=26.30%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513714900.420.370.08352.6571.0172.94
HexEB899502A2581614749
Octal3532112250524510541107111
Binary1110101110001001100101010101010100101100010110000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8995; }

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

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

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

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

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

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

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

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