#EB96A0

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

Shades of Wewak #EB96A0

Tints of Wewak #EB96A0

Color information

#EB96A0 (or 0xEB96A0) is unknown color: approx Wewak. HEX triplet: EB, 96 and A0. RGB value is (235,150,160). Sum of RGB (Red+Green+Blue) = 235+150+160=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB96A0 is #14695F. Grayscale: #B0B0B0. Windows color (decimal): -1337696 or 10524395. OLE color: 10524395.

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

Color convert

RGB235150160-
CMYK00.360.320.08
HSL352.94º68%75.49%-
HSV(B)352.94º36.17%92.16%-
XYZ51.5142.0138.65-
YUV176.56118.66169.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=43.12%
G=27.52%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515016000.360.320.08352.946875.49
HexEB96A0024208161444b
Octal3532262400444010541104113
Binary1110101110010110101000000100100100000100010110000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96A0; }

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

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

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

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

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

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

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

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