Shades of Wewak #E79CA0
Tints of Wewak #E79CA0
RGB
CMYK
RGB Variations
Color information
#E79CA0 (or 0xE79CA0) is known color: Wewak. HEX triplet: E7, 9C and A0. RGB value is (231,156,160). Sum of RGB (Red+Green+Blue) = 231+156+160=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E79CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79CA0 is #18635F. Grayscale: #B2B2B2. Windows color (decimal): -1598304 or 10525927. OLE color: 10525927.
HSL color Cylindrical-coordinate representation of color #E79CA0: hue angle of 356.8º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79CA0 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 160 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.09 |
| HSL | 356.8º | 0.61% | 0.76% | - |
| HSV(B) | 356.8º | 0.32% | 0.91% | - |
| XYZ | 51.19 | 43.3 | 38.92 | - |
| YUV | 178.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 160 | 0 | 0.32 | 0.31 | 0.09 | 356.8 | 0.61 | 0.76 |
| Hex | E7 | 9C | A0 | 0 | 20 | 1F | 9 | 165 | 3D | 4C |
| Octal | 347 | 234 | 240 | 0 | 40 | 37 | 11 | 545 | 75 | 114 |
| Binary | 11100111 | 10011100 | 10100000 | 0 | 100000 | 11111 | 1001 | 101100101 | 111101 | 1001100 |
Color Harmonies of #E79CA0
Complementary color
Monochromatic Colors of #E79CA0
Black with #E79CA0
Text Example
Text Example
White with #E79CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79CA0; }
p { color: rgb(231,156,160); }
H1.HeaderClassName
{
color: #E79CA0;
}
.AnyTagClassName
{
color: #E79CA0;
}
</style>
background-color css
<style>
a { background-color: #E79CA0; }
a { background-color: rgb(231,156,160); }
div.DivClassName
{
background-color: #E79CA0;
}
.BgClassName
{
background-color: #E79CA0;
}
</style>
border-color css
<style>
span { border-color: #E79CA0; }
span { border-color: rgb(231,156,160); }
td.TdClassName
{
border-color: #E79CA0;
}
.TagClassName
{
border-color: #E79CA0;
}
</style>