Shades of Wewak #E79FA1
Tints of Wewak #E79FA1
RGB
CMYK
RGB Variations
Color information
#E79FA1 (or 0xE79FA1) is known color: Wewak. HEX triplet: E7, 9F and A1. RGB value is (231,159,161). Sum of RGB (Red+Green+Blue) = 231+159+161=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79FA1 is #18605E. Grayscale: #B4B4B4. Windows color (decimal): -1597535 or 10592231. OLE color: 10592231.
HSL color Cylindrical-coordinate representation of color #E79FA1: hue angle of 358.33º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E79FA1 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 161 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.09 |
| HSL | 358.33º | 0.6% | 0.76% | - |
| HSV(B) | 358.33º | 0.31% | 0.91% | - |
| XYZ | 51.79 | 44.36 | 39.55 | - |
| YUV | 180.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 161 | 0 | 0.31 | 0.30 | 0.09 | 358.33 | 0.6 | 0.76 |
| Hex | E7 | 9F | A1 | 0 | 1F | 1E | 9 | 166 | 3C | 4C |
| Octal | 347 | 237 | 241 | 0 | 37 | 36 | 11 | 546 | 74 | 114 |
| Binary | 11100111 | 10011111 | 10100001 | 0 | 11111 | 11110 | 1001 | 101100110 | 111100 | 1001100 |
Color Harmonies of #E79FA1
Complementary color
Monochromatic Colors of #E79FA1
Black with #E79FA1
Text Example
Text Example
White with #E79FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79FA1; }
p { color: rgb(231,159,161); }
H1.HeaderClassName
{
color: #E79FA1;
}
.AnyTagClassName
{
color: #E79FA1;
}
</style>
background-color css
<style>
a { background-color: #E79FA1; }
a { background-color: rgb(231,159,161); }
div.DivClassName
{
background-color: #E79FA1;
}
.BgClassName
{
background-color: #E79FA1;
}
</style>
border-color css
<style>
span { border-color: #E79FA1; }
span { border-color: rgb(231,159,161); }
td.TdClassName
{
border-color: #E79FA1;
}
.TagClassName
{
border-color: #E79FA1;
}
</style>