Shades of Wewak #E5979B
Tints of Wewak #E5979B
RGB
CMYK
RGB Variations
Color information
#E5979B (or 0xE5979B) is known color: Wewak. HEX triplet: E5, 97 and 9B. RGB value is (229,151,155). Sum of RGB (Red+Green+Blue) = 229+151+155=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5979B is #1A6864. Grayscale: #AEAEAE. Windows color (decimal): -1730661 or 10196965. OLE color: 10196965.
HSL color Cylindrical-coordinate representation of color #E5979B: hue angle of 356.92º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5979B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 155 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.10 |
| HSL | 356.92º | 0.6% | 0.75% | - |
| HSV(B) | 356.92º | 0.34% | 0.9% | - |
| XYZ | 49.3 | 41.16 | 36.36 | - |
| YUV | 174.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 155 | 0 | 0.34 | 0.32 | 0.10 | 356.92 | 0.6 | 0.75 |
| Hex | E5 | 97 | 9B | 0 | 22 | 20 | A | 165 | 3C | 4B |
| Octal | 345 | 227 | 233 | 0 | 42 | 40 | 12 | 545 | 74 | 113 |
| Binary | 11100101 | 10010111 | 10011011 | 0 | 100010 | 100000 | 1010 | 101100101 | 111100 | 1001011 |
Color Harmonies of #E5979B
Complementary color
Monochromatic Colors of #E5979B
Black with #E5979B
Text Example
Text Example
White with #E5979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5979B; }
p { color: rgb(229,151,155); }
H1.HeaderClassName
{
color: #E5979B;
}
.AnyTagClassName
{
color: #E5979B;
}
</style>
background-color css
<style>
a { background-color: #E5979B; }
a { background-color: rgb(229,151,155); }
div.DivClassName
{
background-color: #E5979B;
}
.BgClassName
{
background-color: #E5979B;
}
</style>
border-color css
<style>
span { border-color: #E5979B; }
span { border-color: rgb(229,151,155); }
td.TdClassName
{
border-color: #E5979B;
}
.TagClassName
{
border-color: #E5979B;
}
</style>