#EB888C

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

Shades of Wewak #EB888C

Tints of Wewak #EB888C

Color information

#EB888C (or 0xEB888C) is unknown color: approx Wewak. HEX triplet: EB, 88 and 8C. RGB value is (235,136,140). Sum of RGB (Red+Green+Blue) = 235+136+140=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB888C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB888C is #147773. Grayscale: #A6A6A6. Windows color (decimal): -1341300 or 9210091. OLE color: 9210091.

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

Color convert

RGB235136140-
CMYK00.420.400.08
HSL357.58º71.22%72.75%-
HSV(B)357.58º42.13%92.16%-
XYZ47.837.1629.47-
YUV166.06113.3177.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=45.99%
G=26.61%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513614000.420.400.08357.5871.2272.75
HexEB888C02A2881664749
Octal3532102140525010546107111
Binary1110101110001000100011000101010101000100010110011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB888C; }

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

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

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

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

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

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

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

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