#EB888B

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

Shades of Wewak #EB888B

Tints of Wewak #EB888B

Color information

#EB888B (or 0xEB888B) is unknown color: approx Wewak. HEX triplet: EB, 88 and 8B. RGB value is (235,136,139). Sum of RGB (Red+Green+Blue) = 235+136+139=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB888B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB888B is #147774. Grayscale: #A6A6A6. Windows color (decimal): -1341301 or 9144555. OLE color: 9144555.

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

Color convert

RGB235136139-
CMYK00.420.410.08
HSL358.18º71.22%72.75%-
HSV(B)358.18º42.13%92.16%-
XYZ47.7337.1329.08-
YUV165.94112.8177.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=46.08%
G=26.67%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513613900.420.410.08358.1871.2272.75
HexEB888B02A2981664749
Octal3532102130525110546107111
Binary1110101110001000100010110101010101001100010110011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB888B; }

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

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

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

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

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

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

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

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