#EA8F90

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

Shades of Wewak #EA8F90

Tints of Wewak #EA8F90

Color information

#EA8F90 (or 0xEA8F90) is unknown color: approx Wewak. HEX triplet: EA, 8F and 90. RGB value is (234,143,144). Sum of RGB (Red+Green+Blue) = 234+143+144=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F90 is #15706F. Grayscale: #AAAAAA. Windows color (decimal): -1405040 or 9474026. OLE color: 9474026.

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

Color convert

RGB234143144-
CMYK00.390.380.08
HSL359.34º68.42%73.92%-
HSV(B)359.34º38.89%91.76%-
XYZ48.7939.1531.37-
YUV170.32113.15173.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 144 (56.64% from 255) = 27.64%
R=44.91%
G=27.45%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414314400.390.380.08359.3468.4273.92
HexEA8F90027268167444a
Octal3522172200474610547104112
Binary1110101010001111100100000100111100110100010110011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F90; }

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

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

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

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

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

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

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

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