#EB9D9E

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

Shades of Wewak #EB9D9E

Tints of Wewak #EB9D9E

Color information

#EB9D9E (or 0xEB9D9E) is unknown color: approx Wewak. HEX triplet: EB, 9D and 9E. RGB value is (235,157,158). Sum of RGB (Red+Green+Blue) = 235+157+158=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9D9E is #146261. Grayscale: #B4B4B4. Windows color (decimal): -1335906 or 10395115. OLE color: 10395115.

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

Color convert

RGB235157158-
CMYK00.330.330.08
HSL359.23º66.1%76.86%-
HSV(B)359.23º33.19%92.16%-
XYZ52.4944.2438.12-
YUV180.44115.34166.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 158 (62.11% from 255) = 28.73%
R=42.73%
G=28.55%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515715800.330.330.08359.2366.176.86
HexEB9D9E021218167424d
Octal3532352360414110547102115
Binary1110101110011101100111100100001100001100010110011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D9E; }

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

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

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

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

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

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

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

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