#EA8990

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

Shades of Wewak #EA8990

Tints of Wewak #EA8990

Color information

#EA8990 (or 0xEA8990) is unknown color: approx Wewak. HEX triplet: EA, 89 and 90. RGB value is (234,137,144). Sum of RGB (Red+Green+Blue) = 234+137+144=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8990 is #15766F. Grayscale: #A6A6A6. Windows color (decimal): -1406576 or 9472490. OLE color: 9472490.

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

Color convert

RGB234137144-
CMYK00.410.380.08
HSL355.67º69.78%72.75%-
HSV(B)355.67º41.45%91.76%-
XYZ47.9137.431.08-
YUV166.8115.14175.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=45.44%
G=26.60%
B=27.96%

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
Decimal23413714400.410.380.08355.6769.7872.75
HexEA89900292681644649
Octal3522112200514610544106111
Binary1110101010001001100100000101001100110100010110010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8990; }

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

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

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

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

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

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

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

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