Shades of Wewak #E5979C
Tints of Wewak #E5979C
RGB
CMYK
RGB Variations
Color information
#E5979C (or 0xE5979C) is known color: Wewak. HEX triplet: E5, 97 and 9C. RGB value is (229,151,156). Sum of RGB (Red+Green+Blue) = 229+151+156=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5979C is #1A6863. Grayscale: #AEAEAE. Windows color (decimal): -1730660 or 10262501. OLE color: 10262501.
HSL color Cylindrical-coordinate representation of color #E5979C: hue angle of 356.15º 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 #E5979C is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 156 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.10 |
| HSL | 356.15º | 0.6% | 0.75% | - |
| HSV(B) | 356.15º | 0.34% | 0.9% | - |
| XYZ | 49.38 | 41.19 | 36.8 | - |
| YUV | 174.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 156 | 0 | 0.34 | 0.32 | 0.10 | 356.15 | 0.6 | 0.75 |
| Hex | E5 | 97 | 9C | 0 | 22 | 20 | A | 164 | 3C | 4B |
| Octal | 345 | 227 | 234 | 0 | 42 | 40 | 12 | 544 | 74 | 113 |
| Binary | 11100101 | 10010111 | 10011100 | 0 | 100010 | 100000 | 1010 | 101100100 | 111100 | 1001011 |
Color Harmonies of #E5979C
Complementary color
Monochromatic Colors of #E5979C
Black with #E5979C
Text Example
Text Example
White with #E5979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5979C; }
p { color: rgb(229,151,156); }
H1.HeaderClassName
{
color: #E5979C;
}
.AnyTagClassName
{
color: #E5979C;
}
</style>
background-color css
<style>
a { background-color: #E5979C; }
a { background-color: rgb(229,151,156); }
div.DivClassName
{
background-color: #E5979C;
}
.BgClassName
{
background-color: #E5979C;
}
</style>
border-color css
<style>
span { border-color: #E5979C; }
span { border-color: rgb(229,151,156); }
td.TdClassName
{
border-color: #E5979C;
}
.TagClassName
{
border-color: #E5979C;
}
</style>