#EA8B96

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

Shades of Wewak #EA8B96

Tints of Wewak #EA8B96

Color information

#EA8B96 (or 0xEA8B96) is unknown color: approx Wewak. HEX triplet: EA, 8B and 96. RGB value is (234,139,150). Sum of RGB (Red+Green+Blue) = 234+139+150=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8B96 is #157469. Grayscale: #A8A8A8. Windows color (decimal): -1406058 or 9866218. OLE color: 9866218.

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

Color convert

RGB234139150-
CMYK00.410.360.08
HSL353.05º69.34%73.14%-
HSV(B)353.05º40.6%91.76%-
XYZ48.6738.1633.65-
YUV168.66117.47174.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=44.74%
G=26.58%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413915000.410.360.08353.0569.3473.14
HexEA8B960292481614549
Octal3522132260514410541105111
Binary1110101010001011100101100101001100100100010110000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8B96; }

 p { color: rgb(234,139,150); }

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

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

 a { background-color: rgb(234,139,150); }

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

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

 span { border-color: rgb(234,139,150); }

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