Shades of Wewak #E799A0
Tints of Wewak #E799A0
RGB
CMYK
RGB Variations
Color information
#E799A0 (or 0xE799A0) is known color: Wewak. HEX triplet: E7, 99 and A0. RGB value is (231,153,160). Sum of RGB (Red+Green+Blue) = 231+153+160=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E799A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E799A0 is #18665F. Grayscale: #B1B1B1. Windows color (decimal): -1599072 or 10525159. OLE color: 10525159.
HSL color Cylindrical-coordinate representation of color #E799A0: hue angle of 354.62º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E799A0 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 160 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.09 |
| HSL | 354.62º | 0.62% | 0.75% | - |
| HSV(B) | 354.62º | 0.34% | 0.91% | - |
| XYZ | 50.69 | 42.31 | 38.75 | - |
| YUV | 177.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 160 | 0 | 0.34 | 0.31 | 0.09 | 354.62 | 0.62 | 0.75 |
| Hex | E7 | 99 | A0 | 0 | 22 | 1F | 9 | 163 | 3E | 4B |
| Octal | 347 | 231 | 240 | 0 | 42 | 37 | 11 | 543 | 76 | 113 |
| Binary | 11100111 | 10011001 | 10100000 | 0 | 100010 | 11111 | 1001 | 101100011 | 111110 | 1001011 |
Color Harmonies of #E799A0
Complementary color
Monochromatic Colors of #E799A0
Black with #E799A0
Text Example
Text Example
White with #E799A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799A0; }
p { color: rgb(231,153,160); }
H1.HeaderClassName
{
color: #E799A0;
}
.AnyTagClassName
{
color: #E799A0;
}
</style>
background-color css
<style>
a { background-color: #E799A0; }
a { background-color: rgb(231,153,160); }
div.DivClassName
{
background-color: #E799A0;
}
.BgClassName
{
background-color: #E799A0;
}
</style>
border-color css
<style>
span { border-color: #E799A0; }
span { border-color: rgb(231,153,160); }
td.TdClassName
{
border-color: #E799A0;
}
.TagClassName
{
border-color: #E799A0;
}
</style>