#EB909F

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

Shades of Wewak #EB909F

Tints of Wewak #EB909F

Color information

#EB909F (or 0xEB909F) is unknown color: approx Wewak. HEX triplet: EB, 90 and 9F. RGB value is (235,144,159). Sum of RGB (Red+Green+Blue) = 235+144+159=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB909F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB909F is #146F60. Grayscale: #ACACAC. Windows color (decimal): -1339233 or 10457323. OLE color: 10457323.

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

Color convert

RGB235144159-
CMYK00.390.320.08
HSL350.11º69.47%74.31%-
HSV(B)350.11º38.72%92.16%-
XYZ50.4940.1137.88-
YUV172.92120.15172.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=43.68%
G=26.77%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514415900.390.320.08350.1169.4774.31
HexEB909F02720815e454a
Octal3532202370474010536105112
Binary1110101110010000100111110100111100000100010101111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB909F; }

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

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

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

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

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

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

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

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