#EA8A97

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

Shades of Wewak #EA8A97

Tints of Wewak #EA8A97

Color information

#EA8A97 (or 0xEA8A97) is unknown color: approx Wewak. HEX triplet: EA, 8A and 97. RGB value is (234,138,151). Sum of RGB (Red+Green+Blue) = 234+138+151=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8A97 is #157568. Grayscale: #A8A8A8. Windows color (decimal): -1406313 or 9931498. OLE color: 9931498.

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

Color convert

RGB234138151-
CMYK00.410.350.08
HSL351.88º69.57%72.94%-
HSV(B)351.88º41.03%91.76%-
XYZ48.6137.934.03-
YUV168.19118.3174.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=44.74%
G=26.39%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413815100.410.350.08351.8869.5772.94
HexEA8A970292381604649
Octal3522122270514310540106111
Binary1110101010001010100101110101001100011100010110000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A97; }

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

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

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

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

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

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

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

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