#E88D96

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

Shades of Wewak #E88D96

Tints of Wewak #E88D96

Color information

#E88D96 (or 0xE88D96) is unknown color: approx Wewak. HEX triplet: E8, 8D and 96. RGB value is (232,141,150). Sum of RGB (Red+Green+Blue) = 232+141+150=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88D96 is #177269. Grayscale: #A9A9A9. Windows color (decimal): -1536618 or 9866728. OLE color: 9866728.

HSL color Cylindrical-coordinate representation of color #E88D96: hue angle of 354.07º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E88D96 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB232141150-
CMYK00.390.350.09
HSL354.07º66.42%73.14%-
HSV(B)354.07º39.22%90.98%-
XYZ48.3138.4133.72-
YUV169.24117.15172.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.36%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=44.36%
G=26.96%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214115000.390.350.09354.0766.4273.14
HexE88D960272391624249
Octal3502152260474311542102111
Binary1110100010001101100101100100111100011100110110001010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88D96; }

 p { color: rgb(232,141,150); }

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

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

 a { background-color: rgb(232,141,150); }

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

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

 span { border-color: rgb(232,141,150); }

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