#EA8F96

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

Shades of Wewak #EA8F96

Tints of Wewak #EA8F96

Color information

#EA8F96 (or 0xEA8F96) is unknown color: approx Wewak. HEX triplet: EA, 8F and 96. RGB value is (234,143,150). Sum of RGB (Red+Green+Blue) = 234+143+150=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F96 is #157069. Grayscale: #ABABAB. Windows color (decimal): -1405034 or 9867242. OLE color: 9867242.

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

Color convert

RGB234143150-
CMYK00.390.360.08
HSL355.38º68.42%73.92%-
HSV(B)355.38º38.89%91.76%-
XYZ49.2639.3433.85-
YUV171.01116.15172.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=44.40%
G=27.13%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414315000.390.360.08355.3868.4273.92
HexEA8F96027248163444a
Octal3522172260474410543104112
Binary1110101010001111100101100100111100100100010110001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F96; }

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

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

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

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

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

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

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

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