#EB9195

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

Shades of Wewak #EB9195

Tints of Wewak #EB9195

Color information

#EB9195 (or 0xEB9195) is unknown color: approx Wewak. HEX triplet: EB, 91 and 95. RGB value is (235,145,149). Sum of RGB (Red+Green+Blue) = 235+145+149=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9195 is #146E6A. Grayscale: #ACACAC. Windows color (decimal): -1338987 or 9802219. OLE color: 9802219.

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

Color convert

RGB235145149-
CMYK00.380.370.08
HSL357.33º69.23%74.51%-
HSV(B)357.33º38.3%92.16%-
XYZ49.8140.0833.55-
YUV172.37114.82172.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=44.42%
G=27.41%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514514900.380.370.08357.3369.2374.51
HexEB9195026258165454b
Octal3532212250464510545105113
Binary1110101110010001100101010100110100101100010110010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9195; }

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

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

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

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

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

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

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

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