Shades of Wewak #E7949D
Tints of Wewak #E7949D
RGB
CMYK
RGB Variations
Color information
#E7949D (or 0xE7949D) is known color: Wewak. HEX triplet: E7, 94 and 9D. RGB value is (231,148,157). Sum of RGB (Red+Green+Blue) = 231+148+157=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7949D is #186B62. Grayscale: #ADADAD. Windows color (decimal): -1600355 or 10327271. OLE color: 10327271.
HSL color Cylindrical-coordinate representation of color #E7949D: hue angle of 353.49º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7949D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 157 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.09 |
| HSL | 353.49º | 0.63% | 0.74% | - |
| HSV(B) | 353.49º | 0.36% | 0.91% | - |
| XYZ | 49.63 | 40.6 | 37.12 | - |
| YUV | 173.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 157 | 0 | 0.36 | 0.32 | 0.09 | 353.49 | 0.63 | 0.74 |
| Hex | E7 | 94 | 9D | 0 | 24 | 20 | 9 | 161 | 3F | 4A |
| Octal | 347 | 224 | 235 | 0 | 44 | 40 | 11 | 541 | 77 | 112 |
| Binary | 11100111 | 10010100 | 10011101 | 0 | 100100 | 100000 | 1001 | 101100001 | 111111 | 1001010 |
Color Harmonies of #E7949D
Complementary color
Monochromatic Colors of #E7949D
Black with #E7949D
Text Example
Text Example
White with #E7949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7949D; }
p { color: rgb(231,148,157); }
H1.HeaderClassName
{
color: #E7949D;
}
.AnyTagClassName
{
color: #E7949D;
}
</style>
background-color css
<style>
a { background-color: #E7949D; }
a { background-color: rgb(231,148,157); }
div.DivClassName
{
background-color: #E7949D;
}
.BgClassName
{
background-color: #E7949D;
}
</style>
border-color css
<style>
span { border-color: #E7949D; }
span { border-color: rgb(231,148,157); }
td.TdClassName
{
border-color: #E7949D;
}
.TagClassName
{
border-color: #E7949D;
}
</style>