#EB8D9D

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

Shades of Wewak #EB8D9D

Tints of Wewak #EB8D9D

Color information

#EB8D9D (or 0xEB8D9D) is unknown color: approx Wewak. HEX triplet: EB, 8D and 9D. RGB value is (235,141,157). Sum of RGB (Red+Green+Blue) = 235+141+157=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D9D is #147262. Grayscale: #AAAAAA. Windows color (decimal): -1340003 or 10325483. OLE color: 10325483.

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

Color convert

RGB235141157-
CMYK00.40.330.08
HSL349.79º70.15%73.73%-
HSV(B)349.79º40%92.16%-
XYZ49.8739.1536.83-
YUV170.93120.14173.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 157 (61.72% from 255) = 29.46%
R=44.09%
G=26.45%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514115700.40.330.08349.7970.1573.73
HexEB8D9D02821815e464a
Octal3532152350504110536106112
Binary1110101110001101100111010101000100001100010101111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D9D; }

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

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

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

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

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

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

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

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