#EB959F

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

Shades of Wewak #EB959F

Tints of Wewak #EB959F

Color information

#EB959F (or 0xEB959F) is unknown color: approx Wewak. HEX triplet: EB, 95 and 9F. RGB value is (235,149,159). Sum of RGB (Red+Green+Blue) = 235+149+159=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB959F is #146A60. Grayscale: #AFAFAF. Windows color (decimal): -1337953 or 10458603. OLE color: 10458603.

HSL color Cylindrical-coordinate representation of color #EB959F: hue angle of 353.02º degrees, saturation: 0.68, 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 #EB959F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235149159-
CMYK00.370.320.08
HSL353.02º68.25%75.29%-
HSV(B)353.02º36.6%92.16%-
XYZ51.2741.6638.14-
YUV175.85118.49170.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=43.28%
G=27.44%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514915900.370.320.08353.0268.2575.29
HexEB959F025208161444b
Octal3532252370454010541104113
Binary1110101110010101100111110100101100000100010110000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB959F; }

 p { color: rgb(235,149,159); }

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

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

 a { background-color: rgb(235,149,159); }

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

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

 span { border-color: rgb(235,149,159); }

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