#ea8b98

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

Shades of Wewak #EA8B98

Tints of Wewak #EA8B98

Color information

#EA8B98 (or 0xEA8B98) is unknown color: approx Wewak. HEX triplet: EA, 8B and 98. RGB value is (234,139,152). Sum of RGB (Red+Green+Blue) = 234+139+152=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8B98 is #157467. Grayscale: #A8A8A8. Windows color (decimal): -1406056 or 9997290. OLE color: 9997290.

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

Color convert

RGB234139152-
CMYK00.410.350.08
HSL351.79º69.34%73.14%-
HSV(B)351.79º40.6%91.76%-
XYZ48.8338.2234.51-
YUV168.89118.47174.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=44.57%
G=26.48%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413915200.410.350.08351.7969.3473.14
HexEA8B980292381604549
Octal3522132300514310540105111
Binary1110101010001011100110000101001100011100010110000010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea8b98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea8b98; }

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

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

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

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

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

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

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

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