#EB9EA4

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

Shades of Wewak #EB9EA4

Tints of Wewak #EB9EA4

Color information

#EB9EA4 (or 0xEB9EA4) is unknown color: approx Wewak. HEX triplet: EB, 9E and A4. RGB value is (235,158,164). Sum of RGB (Red+Green+Blue) = 235+158+164=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9EA4 is #14615B. Grayscale: #B5B5B5. Windows color (decimal): -1335644 or 10788587. OLE color: 10788587.

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

Color convert

RGB235158164-
CMYK00.330.300.08
HSL355.32º65.81%77.06%-
HSV(B)355.32º32.77%92.16%-
XYZ53.1944.840.97-
YUV181.71118.01166.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 164 (64.45% from 255) = 29.44%
R=42.19%
G=28.37%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515816400.330.300.08355.3265.8177.06
HexEB9EA40211E8163424d
Octal3532362440413610543102115
Binary111010111001111010100100010000111110100010110001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EA4; }

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

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

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

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

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

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

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

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