#EB898D

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

Shades of Wewak #EB898D

Tints of Wewak #EB898D

Color information

#EB898D (or 0xEB898D) is unknown color: approx Wewak. HEX triplet: EB, 89 and 8D. RGB value is (235,137,141). Sum of RGB (Red+Green+Blue) = 235+137+141=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB898D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB898D is #147672. Grayscale: #A6A6A6. Windows color (decimal): -1341043 or 9275883. OLE color: 9275883.

HSL color Cylindrical-coordinate representation of color #EB898D: hue angle of 357.55º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB898D is Cyan = 0, Magento = 0.42, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235137141-
CMYK00.420.40.08
HSL357.55º71.01%72.94%-
HSV(B)357.55º41.7%92.16%-
XYZ48.0137.4829.9-
YUV166.76113.47176.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=45.81%
G=26.71%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513714100.420.40.08357.5571.0172.94
HexEB898D02A2881664749
Octal3532112150525010546107111
Binary1110101110001001100011010101010101000100010110011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB898D; }

 p { color: rgb(235,137,141); }

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

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

 a { background-color: rgb(235,137,141); }

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

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

 span { border-color: rgb(235,137,141); }

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