Shades of Wewak #E2949E
Tints of Wewak #E2949E
RGB
CMYK
RGB Variations
Color information
#E2949E (or 0xE2949E) is known color: Wewak. HEX triplet: E2, 94 and 9E. RGB value is (226,148,158). Sum of RGB (Red+Green+Blue) = 226+148+158=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2949E is #1D6B61. Grayscale: #ACACAC. Windows color (decimal): -1928034 or 10392802. OLE color: 10392802.
HSL color Cylindrical-coordinate representation of color #E2949E: hue angle of 352.31º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2949E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 158 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.11 |
| HSL | 352.31º | 0.57% | 0.73% | - |
| HSV(B) | 352.31º | 0.35% | 0.89% | - |
| XYZ | 48.13 | 39.82 | 37.5 | - |
| YUV | 172.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 158 | 0 | 0.35 | 0.30 | 0.11 | 352.31 | 0.57 | 0.73 |
| Hex | E2 | 94 | 9E | 0 | 23 | 1E | B | 160 | 39 | 49 |
| Octal | 342 | 224 | 236 | 0 | 43 | 36 | 13 | 540 | 71 | 111 |
| Binary | 11100010 | 10010100 | 10011110 | 0 | 100011 | 11110 | 1011 | 101100000 | 111001 | 1001001 |
Color Harmonies of #E2949E
Complementary color
Monochromatic Colors of #E2949E
Black with #E2949E
Text Example
Text Example
White with #E2949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2949E; }
p { color: rgb(226,148,158); }
H1.HeaderClassName
{
color: #E2949E;
}
.AnyTagClassName
{
color: #E2949E;
}
</style>
background-color css
<style>
a { background-color: #E2949E; }
a { background-color: rgb(226,148,158); }
div.DivClassName
{
background-color: #E2949E;
}
.BgClassName
{
background-color: #E2949E;
}
</style>
border-color css
<style>
span { border-color: #E2949E; }
span { border-color: rgb(226,148,158); }
td.TdClassName
{
border-color: #E2949E;
}
.TagClassName
{
border-color: #E2949E;
}
</style>