#EB9A9E

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

Shades of Wewak #EB9A9E

Tints of Wewak #EB9A9E

Color information

#EB9A9E (or 0xEB9A9E) is unknown color: approx Wewak. HEX triplet: EB, 9A and 9E. RGB value is (235,154,158). Sum of RGB (Red+Green+Blue) = 235+154+158=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9A9E is #146561. Grayscale: #B2B2B2. Windows color (decimal): -1336674 or 10394347. OLE color: 10394347.

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

Color convert

RGB235154158-
CMYK00.340.330.08
HSL357.04º66.94%76.27%-
HSV(B)357.04º34.47%92.16%-
XYZ51.9943.2437.95-
YUV178.68116.34168.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 158 (62.11% from 255) = 28.88%
R=42.96%
G=28.15%
B=28.88%

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
Decimal23515415800.340.330.08357.0466.9476.27
HexEB9A9E022218165434c
Octal3532322360424110545103114
Binary1110101110011010100111100100010100001100010110010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9A9E; }

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

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

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

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

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

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

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

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