#EA8E9B

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

Shades of Wewak #EA8E9B

Tints of Wewak #EA8E9B

Color information

#EA8E9B (or 0xEA8E9B) is unknown color: approx Wewak. HEX triplet: EA, 8E and 9B. RGB value is (234,142,155). Sum of RGB (Red+Green+Blue) = 234+142+155=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E9B is #157164. Grayscale: #ABABAB. Windows color (decimal): -1405285 or 10194666. OLE color: 10194666.

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

Color convert

RGB234142155-
CMYK00.390.340.08
HSL351.52º68.66%73.73%-
HSV(B)351.52º39.32%91.76%-
XYZ49.5239.235.97-
YUV170.99118.98172.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=44.07%
G=26.74%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414215500.390.340.08351.5268.6673.73
HexEA8E9B027228160454a
Octal3522162330474210540105112
Binary1110101010001110100110110100111100010100010110000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E9B; }

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

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

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

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

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

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

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

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