#E78D94

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

Shades of Wewak #E78D94

Tints of Wewak #E78D94

Color information

#E78D94 (or 0xE78D94) is unknown color: approx Wewak. HEX triplet: E7, 8D and 94. RGB value is (231,141,148). Sum of RGB (Red+Green+Blue) = 231+141+148=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78D94 is #18726B. Grayscale: #A8A8A8. Windows color (decimal): -1602156 or 9735655. OLE color: 9735655.

HSL color Cylindrical-coordinate representation of color #E78D94: hue angle of 355.33º degrees, saturation: 0.65, 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 #E78D94 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB231141148-
CMYK00.390.360.09
HSL355.33º65.22%72.94%-
HSV(B)355.33º38.96%90.59%-
XYZ47.8338.1832.87-
YUV168.71116.32172.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.42%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=44.42%
G=27.12%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114114800.390.360.09355.3365.2272.94
HexE78D940272491634149
Octal3472152240474411543101111
Binary1110011110001101100101000100111100100100110110001110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78D94; }

 p { color: rgb(231,141,148); }

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

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

 a { background-color: rgb(231,141,148); }

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

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

 span { border-color: rgb(231,141,148); }

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