#EB98A0

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

Shades of Wewak #EB98A0

Tints of Wewak #EB98A0

Color information

#EB98A0 (or 0xEB98A0) is unknown color: approx Wewak. HEX triplet: EB, 98 and A0. RGB value is (235,152,160). Sum of RGB (Red+Green+Blue) = 235+152+160=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB98A0 is #14675F. Grayscale: #B1B1B1. Windows color (decimal): -1337184 or 10524907. OLE color: 10524907.

HSL color Cylindrical-coordinate representation of color #EB98A0: hue angle of 354.22º 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 #EB98A0 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235152160-
CMYK00.350.320.08
HSL354.22º67.48%75.88%-
HSV(B)354.22º35.32%92.16%-
XYZ51.8342.6638.76-
YUV177.73118168.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=42.96%
G=27.79%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515216000.350.320.08354.2267.4875.88
HexEB98A0023208162434c
Octal3532302400434010542103114
Binary1110101110011000101000000100011100000100010110001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98A0; }

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

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

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

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

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

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

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

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