#EB9193

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

Shades of Wewak #EB9193

Tints of Wewak #EB9193

Color information

#EB9193 (or 0xEB9193) is unknown color: approx Wewak. HEX triplet: EB, 91 and 93. RGB value is (235,145,147). Sum of RGB (Red+Green+Blue) = 235+145+147=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9193 is #146E6C. Grayscale: #ACACAC. Windows color (decimal): -1338989 or 9671147. OLE color: 9671147.

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

Color convert

RGB235145147-
CMYK00.380.370.08
HSL358.67º69.23%74.51%-
HSV(B)358.67º38.3%92.16%-
XYZ49.6540.0232.71-
YUV172.14113.82172.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.59%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=44.59%
G=27.51%
B=27.89%

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
Decimal23514514700.380.370.08358.6769.2374.51
HexEB9193026258167454b
Octal3532212230464510547105113
Binary1110101110010001100100110100110100101100010110011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9193; }

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

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

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

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

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

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

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

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