#EB929C

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

Shades of Wewak #EB929C

Tints of Wewak #EB929C

Color information

#EB929C (or 0xEB929C) is unknown color: approx Wewak. HEX triplet: EB, 92 and 9C. RGB value is (235,146,156). Sum of RGB (Red+Green+Blue) = 235+146+156=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB929C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB929C is #146D63. Grayscale: #ADADAD. Windows color (decimal): -1338724 or 10261227. OLE color: 10261227.

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

Color convert

RGB235146156-
CMYK00.380.340.08
HSL353.26º68.99%74.71%-
HSV(B)353.26º37.87%92.16%-
XYZ50.5440.6236.63-
YUV173.75117.99171.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=43.76%
G=27.19%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514615600.380.340.08353.2668.9974.71
HexEB929C026228161454b
Octal3532222340464210541105113
Binary1110101110010010100111000100110100010100010110000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB929C; }

 p { color: rgb(235,146,156); }

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

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

 a { background-color: rgb(235,146,156); }

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

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

 span { border-color: rgb(235,146,156); }

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