#EB949E

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

Shades of Wewak #EB949E

Tints of Wewak #EB949E

Color information

#EB949E (or 0xEB949E) is unknown color: approx Wewak. HEX triplet: EB, 94 and 9E. RGB value is (235,148,158). Sum of RGB (Red+Green+Blue) = 235+148+158=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB949E is #146B61. Grayscale: #AFAFAF. Windows color (decimal): -1338210 or 10392811. OLE color: 10392811.

HSL color Cylindrical-coordinate representation of color #EB949E: hue angle of 353.1º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB949E is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235148158-
CMYK00.370.330.08
HSL353.1º68.5%75.1%-
HSV(B)353.1º37.02%92.16%-
XYZ51.0241.3137.63-
YUV175.15118.32170.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 158 (62.11% from 255) = 29.21%
R=43.44%
G=27.36%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514815800.370.330.08353.168.575.1
HexEB949E025218161454b
Octal3532242360454110541105113
Binary1110101110010100100111100100101100001100010110000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB949E; }

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

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

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

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

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

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

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

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