#EA8F98

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

Shades of Wewak #EA8F98

Tints of Wewak #EA8F98

Color information

#EA8F98 (or 0xEA8F98) is unknown color: approx Wewak. HEX triplet: EA, 8F and 98. RGB value is (234,143,152). Sum of RGB (Red+Green+Blue) = 234+143+152=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F98 is #157067. Grayscale: #ABABAB. Windows color (decimal): -1405032 or 9998314. OLE color: 9998314.

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

Color convert

RGB234143152-
CMYK00.390.350.08
HSL354.07º68.42%73.92%-
HSV(B)354.07º38.89%91.76%-
XYZ49.4239.434.71-
YUV171.24117.15172.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.23%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=44.23%
G=27.03%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414315200.390.350.08354.0768.4273.92
HexEA8F98027238162444a
Octal3522172300474310542104112
Binary1110101010001111100110000100111100011100010110001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F98; }

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

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

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

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

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

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

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

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