Shades of Wewak #E7949B
Tints of Wewak #E7949B
RGB
CMYK
RGB Variations
Color information
#E7949B (or 0xE7949B) is known color: Wewak. HEX triplet: E7, 94 and 9B. RGB value is (231,148,155). Sum of RGB (Red+Green+Blue) = 231+148+155=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7949B is #186B64. Grayscale: #ADADAD. Windows color (decimal): -1600357 or 10196199. OLE color: 10196199.
HSL color Cylindrical-coordinate representation of color #E7949B: hue angle of 354.94º 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 #E7949B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 155 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.09 |
| HSL | 354.94º | 0.63% | 0.74% | - |
| HSV(B) | 354.94º | 0.36% | 0.91% | - |
| XYZ | 49.46 | 40.54 | 36.23 | - |
| YUV | 173.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 155 | 0 | 0.36 | 0.33 | 0.09 | 354.94 | 0.63 | 0.74 |
| Hex | E7 | 94 | 9B | 0 | 24 | 21 | 9 | 163 | 3F | 4A |
| Octal | 347 | 224 | 233 | 0 | 44 | 41 | 11 | 543 | 77 | 112 |
| Binary | 11100111 | 10010100 | 10011011 | 0 | 100100 | 100001 | 1001 | 101100011 | 111111 | 1001010 |
Color Harmonies of #E7949B
Complementary color
Monochromatic Colors of #E7949B
Black with #E7949B
Text Example
Text Example
White with #E7949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7949B; }
p { color: rgb(231,148,155); }
H1.HeaderClassName
{
color: #E7949B;
}
.AnyTagClassName
{
color: #E7949B;
}
</style>
background-color css
<style>
a { background-color: #E7949B; }
a { background-color: rgb(231,148,155); }
div.DivClassName
{
background-color: #E7949B;
}
.BgClassName
{
background-color: #E7949B;
}
</style>
border-color css
<style>
span { border-color: #E7949B; }
span { border-color: rgb(231,148,155); }
td.TdClassName
{
border-color: #E7949B;
}
.TagClassName
{
border-color: #E7949B;
}
</style>