#EB8C98

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

Shades of Wewak #EB8C98

Tints of Wewak #EB8C98

Color information

#EB8C98 (or 0xEB8C98) is unknown color: approx Wewak. HEX triplet: EB, 8C and 98. RGB value is (235,140,152). Sum of RGB (Red+Green+Blue) = 235+140+152=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C98 is #147367. Grayscale: #A9A9A9. Windows color (decimal): -1340264 or 9997547. OLE color: 9997547.

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

Color convert

RGB235140152-
CMYK00.400.350.08
HSL352.42º70.37%73.53%-
HSV(B)352.42º40.43%92.16%-
XYZ49.3138.6934.57-
YUV169.77117.97174.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.59%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=44.59%
G=26.57%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514015200.400.350.08352.4270.3773.53
HexEB8C98028238160464a
Octal3532142300504310540106112
Binary1110101110001100100110000101000100011100010110000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C98; }

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

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

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

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

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

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

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

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