#EB98A2

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

Shades of Wewak #EB98A2

Tints of Wewak #EB98A2

Color information

#EB98A2 (or 0xEB98A2) is unknown color: approx Wewak. HEX triplet: EB, 98 and A2. RGB value is (235,152,162). Sum of RGB (Red+Green+Blue) = 235+152+162=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB98A2 is #14675D. Grayscale: #B2B2B2. Windows color (decimal): -1337182 or 10655979. OLE color: 10655979.

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

Color convert

RGB235152162-
CMYK00.350.310.08
HSL352.77º67.48%75.88%-
HSV(B)352.77º35.32%92.16%-
XYZ52.0142.7339.69-
YUV177.96119168.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 162 (63.67% from 255) = 29.51%
R=42.81%
G=27.69%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515216200.350.310.08352.7767.4875.88
HexEB98A20231F8161434c
Octal3532302420433710541103114
Binary111010111001100010100010010001111111100010110000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98A2; }

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

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

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

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

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

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

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

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