#EA8889

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

Shades of Wewak #EA8889

Tints of Wewak #EA8889

Color information

#EA8889 (or 0xEA8889) is unknown color: approx Wewak. HEX triplet: EA, 88 and 89. RGB value is (234,136,137). Sum of RGB (Red+Green+Blue) = 234+136+137=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8889 is #157776. Grayscale: #A5A5A5. Windows color (decimal): -1406839 or 9013482. OLE color: 9013482.

HSL color Cylindrical-coordinate representation of color #EA8889: hue angle of 359.39º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA8889 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234136137-
CMYK00.420.410.08
HSL359.39º70%72.55%-
HSV(B)359.39º41.88%91.76%-
XYZ47.2536.9128.3-
YUV165.42111.97176.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=46.15%
G=26.82%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413613700.420.410.08359.397072.55
HexEA888902A2981674649
Octal3522102110525110547106111
Binary1110101010001000100010010101010101001100010110011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8889; }

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

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

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

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

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

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

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

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