#EA8C9A

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

Shades of Wewak #EA8C9A

Tints of Wewak #EA8C9A

Color information

#EA8C9A (or 0xEA8C9A) is unknown color: approx Wewak. HEX triplet: EA, 8C and 9A. RGB value is (234,140,154). Sum of RGB (Red+Green+Blue) = 234+140+154=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C9A is #157365. Grayscale: #A9A9A9. Windows color (decimal): -1405798 or 10128618. OLE color: 10128618.

HSL color Cylindrical-coordinate representation of color #EA8C9A: hue angle of 351.06º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8C9A is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB234140154-
CMYK00.400.340.08
HSL351.06º69.12%73.33%-
HSV(B)351.06º40.17%91.76%-
XYZ49.1438.5835.43-
YUV169.7119.14173.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=44.32%
G=26.52%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414015400.400.340.08351.0669.1273.33
HexEA8C9A02822815f4549
Octal3522142320504210537105111
Binary1110101010001100100110100101000100010100010101111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C9A; }

 p { color: rgb(234,140,154); }

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

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

 a { background-color: rgb(234,140,154); }

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

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

 span { border-color: rgb(234,140,154); }

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