#EB8F9A

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

Shades of Wewak #EB8F9A

Tints of Wewak #EB8F9A

Color information

#EB8F9A (or 0xEB8F9A) is unknown color: approx Wewak. HEX triplet: EB, 8F and 9A. RGB value is (235,143,154). Sum of RGB (Red+Green+Blue) = 235+143+154=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8F9A is #147065. Grayscale: #ABABAB. Windows color (decimal): -1339494 or 10129387. OLE color: 10129387.

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

Color convert

RGB235143154-
CMYK00.390.340.08
HSL352.83º69.7%74.12%-
HSV(B)352.83º39.15%92.16%-
XYZ49.9239.6435.59-
YUV171.76117.98173.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=44.17%
G=26.88%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514315400.390.340.08352.8369.774.12
HexEB8F9A027228161464a
Octal3532172320474210541106112
Binary1110101110001111100110100100111100010100010110000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8F9A; }

 p { color: rgb(235,143,154); }

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

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

 a { background-color: rgb(235,143,154); }

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

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

 span { border-color: rgb(235,143,154); }

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