Shades of Wewak #E0979B
Tints of Wewak #E0979B
RGB
CMYK
RGB Variations
Color information
#E0979B (or 0xE0979B) is known color: Wewak. HEX triplet: E0, 97 and 9B. RGB value is (224,151,155). Sum of RGB (Red+Green+Blue) = 224+151+155=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0979B is #1F6864. Grayscale: #ADADAD. Windows color (decimal): -2058341 or 10196960. OLE color: 10196960.
HSL color Cylindrical-coordinate representation of color #E0979B: hue angle of 356.71º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0979B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 155 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.12 |
| HSL | 356.71º | 0.54% | 0.74% | - |
| HSV(B) | 356.71º | 0.33% | 0.88% | - |
| XYZ | 47.72 | 40.35 | 36.28 | - |
| YUV | 173.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 155 | 0 | 0.33 | 0.31 | 0.12 | 356.71 | 0.54 | 0.74 |
| Hex | E0 | 97 | 9B | 0 | 21 | 1F | C | 165 | 36 | 4A |
| Octal | 340 | 227 | 233 | 0 | 41 | 37 | 14 | 545 | 66 | 112 |
| Binary | 11100000 | 10010111 | 10011011 | 0 | 100001 | 11111 | 1100 | 101100101 | 110110 | 1001010 |
Color Harmonies of #E0979B
Complementary color
Monochromatic Colors of #E0979B
Black with #E0979B
Text Example
Text Example
White with #E0979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0979B; }
p { color: rgb(224,151,155); }
H1.HeaderClassName
{
color: #E0979B;
}
.AnyTagClassName
{
color: #E0979B;
}
</style>
background-color css
<style>
a { background-color: #E0979B; }
a { background-color: rgb(224,151,155); }
div.DivClassName
{
background-color: #E0979B;
}
.BgClassName
{
background-color: #E0979B;
}
</style>
border-color css
<style>
span { border-color: #E0979B; }
span { border-color: rgb(224,151,155); }
td.TdClassName
{
border-color: #E0979B;
}
.TagClassName
{
border-color: #E0979B;
}
</style>