Shades of Wewak #E2979E
Tints of Wewak #E2979E
RGB
CMYK
RGB Variations
Color information
#E2979E (or 0xE2979E) is known color: Wewak. HEX triplet: E2, 97 and 9E. RGB value is (226,151,158). Sum of RGB (Red+Green+Blue) = 226+151+158=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2979E is #1D6861. Grayscale: #AEAEAE. Windows color (decimal): -1927266 or 10393570. OLE color: 10393570.
HSL color Cylindrical-coordinate representation of color #E2979E: hue angle of 354.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2979E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 158 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.11 |
| HSL | 354.4º | 0.56% | 0.74% | - |
| HSV(B) | 354.4º | 0.33% | 0.89% | - |
| XYZ | 48.6 | 40.77 | 37.66 | - |
| YUV | 174.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 158 | 0 | 0.33 | 0.30 | 0.11 | 354.4 | 0.56 | 0.74 |
| Hex | E2 | 97 | 9E | 0 | 21 | 1E | B | 162 | 38 | 4A |
| Octal | 342 | 227 | 236 | 0 | 41 | 36 | 13 | 542 | 70 | 112 |
| Binary | 11100010 | 10010111 | 10011110 | 0 | 100001 | 11110 | 1011 | 101100010 | 111000 | 1001010 |
Color Harmonies of #E2979E
Complementary color
Monochromatic Colors of #E2979E
Black with #E2979E
Text Example
Text Example
White with #E2979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2979E; }
p { color: rgb(226,151,158); }
H1.HeaderClassName
{
color: #E2979E;
}
.AnyTagClassName
{
color: #E2979E;
}
</style>
background-color css
<style>
a { background-color: #E2979E; }
a { background-color: rgb(226,151,158); }
div.DivClassName
{
background-color: #E2979E;
}
.BgClassName
{
background-color: #E2979E;
}
</style>
border-color css
<style>
span { border-color: #E2979E; }
span { border-color: rgb(226,151,158); }
td.TdClassName
{
border-color: #E2979E;
}
.TagClassName
{
border-color: #E2979E;
}
</style>