#EB8C9E

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

Shades of Wewak #EB8C9E

Tints of Wewak #EB8C9E

Color information

#EB8C9E (or 0xEB8C9E) is unknown color: approx Wewak. HEX triplet: EB, 8C and 9E. RGB value is (235,140,158). Sum of RGB (Red+Green+Blue) = 235+140+158=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C9E is #147361. Grayscale: #AAAAAA. Windows color (decimal): -1340258 or 10390763. OLE color: 10390763.

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

Color convert

RGB235140158-
CMYK00.400.330.08
HSL348.63º70.37%73.53%-
HSV(B)348.63º40.43%92.16%-
XYZ49.8138.8937.23-
YUV170.46120.97174.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=44.09%
G=26.27%
B=29.64%

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
Decimal23514015800.400.330.08348.6370.3773.53
HexEB8C9E02821815d464a
Octal3532142360504110535106112
Binary1110101110001100100111100101000100001100010101110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C9E; }

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

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

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

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

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

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

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

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