#EA9299

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

Shades of Wewak #EA9299

Tints of Wewak #EA9299

Color information

#EA9299 (or 0xEA9299) is unknown color: approx Wewak. HEX triplet: EA, 92 and 99. RGB value is (234,146,153). Sum of RGB (Red+Green+Blue) = 234+146+153=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9299 is #156D66. Grayscale: #ADADAD. Windows color (decimal): -1404263 or 10064618. OLE color: 10064618.

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

Color convert

RGB234146153-
CMYK00.380.350.08
HSL355.23º67.69%74.51%-
HSV(B)355.23º37.61%91.76%-
XYZ49.9640.3535.29-
YUV173.11116.65171.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 146 (57.42% from 255) = 27.39%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=43.90%
G=27.39%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414615300.380.350.08355.2367.6974.51
HexEA9299026238163444b
Octal3522222310464310543104113
Binary1110101010010010100110010100110100011100010110001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9299; }

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

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

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

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

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

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

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

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