#E88C95

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

Shades of Wewak #E88C95

Tints of Wewak #E88C95

Color information

#E88C95 (or 0xE88C95) is unknown color: approx Wewak. HEX triplet: E8, 8C and 95. RGB value is (232,140,149). Sum of RGB (Red+Green+Blue) = 232+140+149=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88C95 is #17736A. Grayscale: #A8A8A8. Windows color (decimal): -1536875 or 9800936. OLE color: 9800936.

HSL color Cylindrical-coordinate representation of color #E88C95: hue angle of 354.13º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88C95 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232140149-
CMYK00.400.360.09
HSL354.13º66.67%72.94%-
HSV(B)354.13º39.66%90.98%-
XYZ48.0838.0833.25-
YUV168.53116.98173.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.53%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=44.53%
G=26.87%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214014900.400.360.09354.1366.6772.94
HexE88C950282491624349
Octal3502142250504411542103111
Binary1110100010001100100101010101000100100100110110001010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88C95; }

 p { color: rgb(232,140,149); }

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

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

 a { background-color: rgb(232,140,149); }

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

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

 span { border-color: rgb(232,140,149); }

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