#EA8C96

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

Shades of Wewak #EA8C96

Tints of Wewak #EA8C96

Color information

#EA8C96 (or 0xEA8C96) is unknown color: approx Wewak. HEX triplet: EA, 8C and 96. RGB value is (234,140,150). Sum of RGB (Red+Green+Blue) = 234+140+150=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C96 is #157369. Grayscale: #A9A9A9. Windows color (decimal): -1405802 or 9866474. OLE color: 9866474.

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

Color convert

RGB234140150-
CMYK00.400.360.08
HSL353.62º69.12%73.33%-
HSV(B)353.62º40.17%91.76%-
XYZ48.8138.4533.7-
YUV169.25117.14174.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=44.66%
G=26.72%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414015000.400.360.08353.6269.1273.33
HexEA8C960282481624549
Octal3522142260504410542105111
Binary1110101010001100100101100101000100100100010110001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C96; }

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

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

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

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

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

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

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

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