#EB969F

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

Shades of Wewak #EB969F

Tints of Wewak #EB969F

Color information

#EB969F (or 0xEB969F) is unknown color: approx Wewak. HEX triplet: EB, 96 and 9F. RGB value is (235,150,159). Sum of RGB (Red+Green+Blue) = 235+150+159=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB969F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB969F is #146960. Grayscale: #B0B0B0. Windows color (decimal): -1337697 or 10458859. OLE color: 10458859.

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

Color convert

RGB235150159-
CMYK00.360.320.08
HSL353.65º68%75.49%-
HSV(B)353.65º36.17%92.16%-
XYZ51.4341.9838.19-
YUV176.44118.16169.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=43.20%
G=27.57%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515015900.360.320.08353.656875.49
HexEB969F024208162444b
Octal3532262370444010542104113
Binary1110101110010110100111110100100100000100010110001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB969F; }

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

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

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

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

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

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

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

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