#EB8C9D

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

Shades of Wewak #EB8C9D

Tints of Wewak #EB8C9D

Color information

#EB8C9D (or 0xEB8C9D) is unknown color: approx Wewak. HEX triplet: EB, 8C and 9D. RGB value is (235,140,157). Sum of RGB (Red+Green+Blue) = 235+140+157=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C9D is #147362. Grayscale: #AAAAAA. Windows color (decimal): -1340259 or 10325227. OLE color: 10325227.

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

Color convert

RGB235140157-
CMYK00.400.330.08
HSL349.26º70.37%73.53%-
HSV(B)349.26º40.43%92.16%-
XYZ49.7238.8536.78-
YUV170.34120.47174.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=44.17%
G=26.32%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514015700.400.330.08349.2670.3773.53
HexEB8C9D02821815d464a
Octal3532142350504110535106112
Binary1110101110001100100111010101000100001100010101110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C9D; }

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

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

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

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

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

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

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

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