#EB95A0

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

Shades of Wewak #EB95A0

Tints of Wewak #EB95A0

Color information

#EB95A0 (or 0xEB95A0) is unknown color: approx Wewak. HEX triplet: EB, 95 and A0. RGB value is (235,149,160). Sum of RGB (Red+Green+Blue) = 235+149+160=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB95A0 is #146A5F. Grayscale: #B0B0B0. Windows color (decimal): -1337952 or 10524139. OLE color: 10524139.

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

Color convert

RGB235149160-
CMYK00.370.320.08
HSL352.33º68.25%75.29%-
HSV(B)352.33º36.6%92.16%-
XYZ51.3541.738.6-
YUV175.97118.99170.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=43.20%
G=27.39%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514916000.370.320.08352.3368.2575.29
HexEB95A0025208160444b
Octal3532252400454010540104113
Binary1110101110010101101000000100101100000100010110000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95A0; }

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

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

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

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

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

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

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

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