#EA929B

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

Shades of Wewak #EA929B

Tints of Wewak #EA929B

Color information

#EA929B (or 0xEA929B) is unknown color: approx Wewak. HEX triplet: EA, 92 and 9B. RGB value is (234,146,155). Sum of RGB (Red+Green+Blue) = 234+146+155=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA929B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA929B is #156D64. Grayscale: #ADADAD. Windows color (decimal): -1404261 or 10195690. OLE color: 10195690.

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

Color convert

RGB234146155-
CMYK00.380.340.08
HSL353.86º67.69%74.51%-
HSV(B)353.86º37.61%91.76%-
XYZ50.1340.4236.17-
YUV173.34117.65171.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.74%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=43.74%
G=27.29%
B=28.97%

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
Decimal23414615500.380.340.08353.8667.6974.51
HexEA929B026228162444b
Octal3522222330464210542104113
Binary1110101010010010100110110100110100010100010110001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA929B; }

 p { color: rgb(234,146,155); }

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

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

 a { background-color: rgb(234,146,155); }

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

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

 span { border-color: rgb(234,146,155); }

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