#EB97A1

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

Shades of Wewak #EB97A1

Tints of Wewak #EB97A1

Color information

#EB97A1 (or 0xEB97A1) is unknown color: approx Wewak. HEX triplet: EB, 97 and A1. RGB value is (235,151,161). Sum of RGB (Red+Green+Blue) = 235+151+161=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB97A1 is #14685E. Grayscale: #B1B1B1. Windows color (decimal): -1337439 or 10590187. OLE color: 10590187.

HSL color Cylindrical-coordinate representation of color #EB97A1: hue angle of 352.86º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB97A1 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235151161-
CMYK00.360.310.08
HSL352.86º67.74%75.69%-
HSV(B)352.86º35.74%92.16%-
XYZ51.7642.3739.17-
YUV177.26118.83169.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=42.96%
G=27.61%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515116100.360.310.08352.8667.7475.69
HexEB97A10241F8161444c
Octal3532272410443710541104114
Binary111010111001011110100001010010011111100010110000110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97A1; }

 p { color: rgb(235,151,161); }

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

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

 a { background-color: rgb(235,151,161); }

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

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

 span { border-color: rgb(235,151,161); }

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