#E79294

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

Shades of Wewak #E79294

Tints of Wewak #E79294

Color information

#E79294 (or 0xE79294) is unknown color: approx Wewak. HEX triplet: E7, 92 and 94. RGB value is (231,146,148). Sum of RGB (Red+Green+Blue) = 231+146+148=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E79294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79294 is #186D6B. Grayscale: #ABABAB. Windows color (decimal): -1600876 or 9736935. OLE color: 9736935.

HSL color Cylindrical-coordinate representation of color #E79294: hue angle of 358.59º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E79294 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB231146148-
CMYK00.370.360.09
HSL358.59º63.91%73.92%-
HSV(B)358.59º36.8%90.59%-
XYZ48.5839.6833.12-
YUV171.64114.66170.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=44%
G=27.81%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114614800.370.360.09358.5963.9173.92
HexE79294025249167404a
Octal3472222240454411547100112
Binary1110011110010010100101000100101100100100110110011110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79294; }

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

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

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

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

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

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

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

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