#EB8D9C

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

Shades of Wewak #EB8D9C

Tints of Wewak #EB8D9C

Color information

#EB8D9C (or 0xEB8D9C) is unknown color: approx Wewak. HEX triplet: EB, 8D and 9C. RGB value is (235,141,156). Sum of RGB (Red+Green+Blue) = 235+141+156=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D9C is #147263. Grayscale: #AAAAAA. Windows color (decimal): -1340004 or 10259947. OLE color: 10259947.

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

Color convert

RGB235141156-
CMYK00.40.340.08
HSL350.43º70.15%73.73%-
HSV(B)350.43º40%92.16%-
XYZ49.7939.1136.38-
YUV170.82119.64173.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 156 (61.33% from 255) = 29.32%
R=44.17%
G=26.50%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514115600.40.340.08350.4370.1573.73
HexEB8D9C02822815e464a
Octal3532152340504210536106112
Binary1110101110001101100111000101000100010100010101111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D9C; }

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

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

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

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

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

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

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

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