#EB9C9E

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

Shades of Wewak #EB9C9E

Tints of Wewak #EB9C9E

Color information

#EB9C9E (or 0xEB9C9E) is unknown color: approx Wewak. HEX triplet: EB, 9C and 9E. RGB value is (235,156,158). Sum of RGB (Red+Green+Blue) = 235+156+158=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9C9E is #146361. Grayscale: #B3B3B3. Windows color (decimal): -1336162 or 10394859. OLE color: 10394859.

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

Color convert

RGB235156158-
CMYK00.340.330.08
HSL358.48º66.39%76.67%-
HSV(B)358.48º33.62%92.16%-
XYZ52.3243.9138.07-
YUV179.85115.67167.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=42.81%
G=28.42%
B=28.78%

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
Decimal23515615800.340.330.08358.4866.3976.67
HexEB9C9E022218166424d
Octal3532342360424110546102115
Binary1110101110011100100111100100010100001100010110011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C9E; }

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

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

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

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

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

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

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

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