#EB9B9E

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

Shades of Wewak #EB9B9E

Tints of Wewak #EB9B9E

Color information

#EB9B9E (or 0xEB9B9E) is unknown color: approx Wewak. HEX triplet: EB, 9B and 9E. RGB value is (235,155,158). Sum of RGB (Red+Green+Blue) = 235+155+158=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9B9E is #146461. Grayscale: #B3B3B3. Windows color (decimal): -1336418 or 10394603. OLE color: 10394603.

HSL color Cylindrical-coordinate representation of color #EB9B9E: hue angle of 357.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9B9E is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235155158-
CMYK00.340.330.08
HSL357.75º66.67%76.47%-
HSV(B)357.75º34.04%92.16%-
XYZ52.1543.5738.01-
YUV179.26116167.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 158 (62.11% from 255) = 28.83%
R=42.88%
G=28.28%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515515800.340.330.08357.7566.6776.47
HexEB9B9E022218166434c
Octal3532332360424110546103114
Binary1110101110011011100111100100010100001100010110011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9B9E; }

 p { color: rgb(235,155,158); }

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

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

 a { background-color: rgb(235,155,158); }

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

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

 span { border-color: rgb(235,155,158); }

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