#EB8F90

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

Shades of Wewak #EB8F90

Tints of Wewak #EB8F90

Color information

#EB8F90 (or 0xEB8F90) is unknown color: approx Wewak. HEX triplet: EB, 8F and 90. RGB value is (235,143,144). Sum of RGB (Red+Green+Blue) = 235+143+144=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8F90 is #14706F. Grayscale: #AAAAAA. Windows color (decimal): -1339504 or 9474027. OLE color: 9474027.

HSL color Cylindrical-coordinate representation of color #EB8F90: hue angle of 359.35º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB8F90 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235143144-
CMYK00.390.390.08
HSL359.35º69.7%74.12%-
HSV(B)359.35º39.15%92.16%-
XYZ49.1239.3231.39-
YUV170.62112.98173.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=45.02%
G=27.39%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514314400.390.390.08359.3569.774.12
HexEB8F90027278167464a
Octal3532172200474710547106112
Binary1110101110001111100100000100111100111100010110011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8F90; }

 p { color: rgb(235,143,144); }

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

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

 a { background-color: rgb(235,143,144); }

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

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

 span { border-color: rgb(235,143,144); }

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