#EB9FA0

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

Shades of Wewak #EB9FA0

Tints of Wewak #EB9FA0

Color information

#EB9FA0 (or 0xEB9FA0) is unknown color: approx Wewak. HEX triplet: EB, 9F and A0. RGB value is (235,159,160). Sum of RGB (Red+Green+Blue) = 235+159+160=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9FA0 is #14605F. Grayscale: #B5B5B5. Windows color (decimal): -1335392 or 10526699. OLE color: 10526699.

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

Color convert

RGB235159160-
CMYK00.320.320.08
HSL359.21º65.52%77.25%-
HSV(B)359.21º32.34%92.16%-
XYZ534539.15-
YUV181.84115.68165.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=42.42%
G=28.70%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515916000.320.320.08359.2165.5277.25
HexEB9FA0020208167424d
Octal3532372400404010547102115
Binary1110101110011111101000000100000100000100010110011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FA0; }

 p { color: rgb(235,159,160); }

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

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

 a { background-color: rgb(235,159,160); }

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

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

 span { border-color: rgb(235,159,160); }

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