#EB8A98

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

Shades of Wewak #EB8A98

Tints of Wewak #EB8A98

Color information

#EB8A98 (or 0xEB8A98) is unknown color: approx Wewak. HEX triplet: EB, 8A and 98. RGB value is (235,138,152). Sum of RGB (Red+Green+Blue) = 235+138+152=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8A98 is #147567. Grayscale: #A8A8A8. Windows color (decimal): -1340776 or 9997035. OLE color: 9997035.

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

Color convert

RGB235138152-
CMYK00.410.350.08
HSL351.34º70.8%73.14%-
HSV(B)351.34º41.28%92.16%-
XYZ49.0238.1134.48-
YUV168.6118.64175.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.76%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=44.76%
G=26.29%
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
Decimal23513815200.410.350.08351.3470.873.14
HexEB8A9802923815f4749
Octal3532122300514310537107111
Binary1110101110001010100110000101001100011100010101111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A98; }

 p { color: rgb(235,138,152); }

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

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

 a { background-color: rgb(235,138,152); }

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

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

 span { border-color: rgb(235,138,152); }

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