#EA8C8E

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

Shades of Wewak #EA8C8E

Tints of Wewak #EA8C8E

Color information

#EA8C8E (or 0xEA8C8E) is unknown color: approx Wewak. HEX triplet: EA, 8C and 8E. RGB value is (234,140,142). Sum of RGB (Red+Green+Blue) = 234+140+142=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C8E is #157371. Grayscale: #A8A8A8. Windows color (decimal): -1405810 or 9342186. OLE color: 9342186.

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

Color convert

RGB234140142-
CMYK00.400.390.08
HSL358.72º69.12%73.33%-
HSV(B)358.72º40.17%91.76%-
XYZ48.1938.230.42-
YUV168.33113.14174.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=45.35%
G=27.13%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414014200.400.390.08358.7269.1273.33
HexEA8C8E0282781674549
Octal3522142160504710547105111
Binary1110101010001100100011100101000100111100010110011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C8E; }

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

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

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

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

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

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

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

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