#EB8C97

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

Shades of Wewak #EB8C97

Tints of Wewak #EB8C97

Color information

#EB8C97 (or 0xEB8C97) is unknown color: approx Wewak. HEX triplet: EB, 8C and 97. RGB value is (235,140,151). Sum of RGB (Red+Green+Blue) = 235+140+151=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C97 is #147368. Grayscale: #A9A9A9. Windows color (decimal): -1340265 or 9932011. OLE color: 9932011.

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

Color convert

RGB235140151-
CMYK00.400.360.08
HSL353.05º70.37%73.53%-
HSV(B)353.05º40.43%92.16%-
XYZ49.2238.6534.14-
YUV169.66117.47174.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.68%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=44.68%
G=26.62%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514015100.400.360.08353.0570.3773.53
HexEB8C97028248161464a
Octal3532142270504410541106112
Binary1110101110001100100101110101000100100100010110000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C97; }

 p { color: rgb(235,140,151); }

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

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

 a { background-color: rgb(235,140,151); }

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

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

 span { border-color: rgb(235,140,151); }

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