#EB8A9C

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

Shades of Wewak #EB8A9C

Tints of Wewak #EB8A9C

Color information

#EB8A9C (or 0xEB8A9C) is unknown color: approx Wewak. HEX triplet: EB, 8A and 9C. RGB value is (235,138,156). Sum of RGB (Red+Green+Blue) = 235+138+156=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8A9C is #147563. Grayscale: #A9A9A9. Windows color (decimal): -1340772 or 10259179. OLE color: 10259179.

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

Color convert

RGB235138156-
CMYK00.410.340.08
HSL348.87º70.8%73.14%-
HSV(B)348.87º41.28%92.16%-
XYZ49.3538.2436.23-
YUV169.06120.64175.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 156 (61.33% from 255) = 29.49%
R=44.42%
G=26.09%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513815600.410.340.08348.8770.873.14
HexEB8A9C02922815d4749
Octal3532122340514210535107111
Binary1110101110001010100111000101001100010100010101110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A9C; }

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

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

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

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

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

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

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

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