#EB9EA6

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

Shades of Wewak #EB9EA6

Tints of Wewak #EB9EA6

Color information

#EB9EA6 (or 0xEB9EA6) is unknown color: approx Wewak. HEX triplet: EB, 9E and A6. RGB value is (235,158,166). Sum of RGB (Red+Green+Blue) = 235+158+166=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9EA6 is #146159. Grayscale: #B5B5B5. Windows color (decimal): -1335642 or 10919659. OLE color: 10919659.

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

Color convert

RGB235158166-
CMYK00.330.290.08
HSL353.77º65.81%77.06%-
HSV(B)353.77º32.77%92.16%-
XYZ53.3744.8741.92-
YUV181.94119.01165.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 166 (65.23% from 255) = 29.70%
R=42.04%
G=28.26%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515816600.330.290.08353.7765.8177.06
HexEB9EA60211D8162424d
Octal3532362460413510542102115
Binary111010111001111010100110010000111101100010110001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EA6; }

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

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

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

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

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

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

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

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