#EA8992

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

Shades of Wewak #EA8992

Tints of Wewak #EA8992

Color information

#EA8992 (or 0xEA8992) is unknown color: approx Wewak. HEX triplet: EA, 89 and 92. RGB value is (234,137,146). Sum of RGB (Red+Green+Blue) = 234+137+146=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8992 is #15766D. Grayscale: #A7A7A7. Windows color (decimal): -1406574 or 9603562. OLE color: 9603562.

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

Color convert

RGB234137146-
CMYK00.410.380.08
HSL354.43º69.78%72.75%-
HSV(B)354.43º41.45%91.76%-
XYZ48.0737.4631.89-
YUV167.03116.14175.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=45.26%
G=26.50%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413714600.410.380.08354.4369.7872.75
HexEA89920292681624649
Octal3522112220514610542106111
Binary1110101010001001100100100101001100110100010110001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8992; }

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

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

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

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

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

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

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

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