#EB98A3

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

Shades of Wewak #EB98A3

Tints of Wewak #EB98A3

Color information

#EB98A3 (or 0xEB98A3) is unknown color: approx Wewak. HEX triplet: EB, 98 and A3. RGB value is (235,152,163). Sum of RGB (Red+Green+Blue) = 235+152+163=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB98A3 is #14675C. Grayscale: #B2B2B2. Windows color (decimal): -1337181 or 10721515. OLE color: 10721515.

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

Color convert

RGB235152163-
CMYK00.350.310.08
HSL352.05º67.48%75.88%-
HSV(B)352.05º35.32%92.16%-
XYZ52.142.7640.16-
YUV178.07119.5168.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 163 (64.06% from 255) = 29.64%
R=42.73%
G=27.64%
B=29.64%

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
Decimal23515216300.350.310.08352.0567.4875.88
HexEB98A30231F8160434c
Octal3532302430433710540103114
Binary111010111001100010100011010001111111100010110000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98A3; }

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

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

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

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

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

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

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

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