#EA8A94

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

Shades of Wewak #EA8A94

Tints of Wewak #EA8A94

Color information

#EA8A94 (or 0xEA8A94) is unknown color: approx Wewak. HEX triplet: EA, 8A and 94. RGB value is (234,138,148). Sum of RGB (Red+Green+Blue) = 234+138+148=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8A94 is #15756B. Grayscale: #A7A7A7. Windows color (decimal): -1406316 or 9734890. OLE color: 9734890.

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

Color convert

RGB234138148-
CMYK00.410.370.08
HSL353.75º69.57%72.94%-
HSV(B)353.75º41.03%91.76%-
XYZ48.3737.8132.77-
YUV167.84116.8175.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=45%
G=26.54%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413814800.410.370.08353.7569.5772.94
HexEA8A940292581624649
Octal3522122240514510542106111
Binary1110101010001010100101000101001100101100010110001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A94; }

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

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

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

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

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

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

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

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