Shades of Wewak #E2919E
Tints of Wewak #E2919E
RGB
CMYK
RGB Variations
Color information
#E2919E (or 0xE2919E) is known color: Wewak. HEX triplet: E2, 91 and 9E. RGB value is (226,145,158). Sum of RGB (Red+Green+Blue) = 226+145+158=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E2919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2919E is #1D6E61. Grayscale: #AAAAAA. Windows color (decimal): -1928802 or 10392034. OLE color: 10392034.
HSL color Cylindrical-coordinate representation of color #E2919E: hue angle of 350.37º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2919E is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 158 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.11 |
| HSL | 350.37º | 0.58% | 0.73% | - |
| HSV(B) | 350.37º | 0.36% | 0.89% | - |
| XYZ | 47.66 | 38.89 | 37.34 | - |
| YUV | 170.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 158 | 0 | 0.36 | 0.30 | 0.11 | 350.37 | 0.58 | 0.73 |
| Hex | E2 | 91 | 9E | 0 | 24 | 1E | B | 15E | 3A | 49 |
| Octal | 342 | 221 | 236 | 0 | 44 | 36 | 13 | 536 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10011110 | 0 | 100100 | 11110 | 1011 | 101011110 | 111010 | 1001001 |
Color Harmonies of #E2919E
Complementary color
Monochromatic Colors of #E2919E
Black with #E2919E
Text Example
Text Example
White with #E2919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2919E; }
p { color: rgb(226,145,158); }
H1.HeaderClassName
{
color: #E2919E;
}
.AnyTagClassName
{
color: #E2919E;
}
</style>
background-color css
<style>
a { background-color: #E2919E; }
a { background-color: rgb(226,145,158); }
div.DivClassName
{
background-color: #E2919E;
}
.BgClassName
{
background-color: #E2919E;
}
</style>
border-color css
<style>
span { border-color: #E2919E; }
span { border-color: rgb(226,145,158); }
td.TdClassName
{
border-color: #E2919E;
}
.TagClassName
{
border-color: #E2919E;
}
</style>