#EB94A2

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

Shades of Wewak #EB94A2

Tints of Wewak #EB94A2

Color information

#EB94A2 (or 0xEB94A2) is unknown color: approx Wewak. HEX triplet: EB, 94 and A2. RGB value is (235,148,162). Sum of RGB (Red+Green+Blue) = 235+148+162=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB94A2 is #146B5D. Grayscale: #AFAFAF. Windows color (decimal): -1338206 or 10654955. OLE color: 10654955.

HSL color Cylindrical-coordinate representation of color #EB94A2: hue angle of 350.34º degrees, saturation: 0.69, 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 #EB94A2 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235148162-
CMYK00.370.310.08
HSL350.34º68.5%75.1%-
HSV(B)350.34º37.02%92.16%-
XYZ51.3741.4539.48-
YUV175.61120.32170.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=43.12%
G=27.16%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514816200.370.310.08350.3468.575.1
HexEB94A20251F815e454b
Octal3532242420453710536105113
Binary111010111001010010100010010010111111100010101111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94A2; }

 p { color: rgb(235,148,162); }

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

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

 a { background-color: rgb(235,148,162); }

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

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

 span { border-color: rgb(235,148,162); }

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