#EA8A92

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

Shades of Wewak #EA8A92

Tints of Wewak #EA8A92

Color information

#EA8A92 (or 0xEA8A92) is unknown color: approx Wewak. HEX triplet: EA, 8A and 92. RGB value is (234,138,146). Sum of RGB (Red+Green+Blue) = 234+138+146=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8A92 is #15756D. Grayscale: #A7A7A7. Windows color (decimal): -1406318 or 9603818. OLE color: 9603818.

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

Color convert

RGB234138146-
CMYK00.410.380.08
HSL355º69.57%72.94%-
HSV(B)355º41.03%91.76%-
XYZ48.2137.7431.94-
YUV167.62115.8175.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=45.17%
G=26.64%
B=28.19%

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
Decimal23413814600.410.380.0835569.5772.94
HexEA8A920292681634649
Octal3522122220514610543106111
Binary1110101010001010100100100101001100110100010110001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A92; }

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

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

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

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

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

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

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

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