#EB8D98

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

Shades of Wewak #EB8D98

Tints of Wewak #EB8D98

Color information

#EB8D98 (or 0xEB8D98) is unknown color: approx Wewak. HEX triplet: EB, 8D and 98. RGB value is (235,141,152). Sum of RGB (Red+Green+Blue) = 235+141+152=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D98 is #147267. Grayscale: #AAAAAA. Windows color (decimal): -1340008 or 9997803. OLE color: 9997803.

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

Color convert

RGB235141152-
CMYK00.40.350.08
HSL352.98º70.15%73.73%-
HSV(B)352.98º40%92.16%-
XYZ49.4538.9834.62-
YUV170.36117.64174.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=44.51%
G=26.70%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514115200.40.350.08352.9870.1573.73
HexEB8D98028238161464a
Octal3532152300504310541106112
Binary1110101110001101100110000101000100011100010110000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D98; }

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

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

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

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

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

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

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

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