Shades of Wewak #E78B8D
Tints of Wewak #E78B8D
RGB
CMYK
RGB Variations
Color information
#E78B8D (or 0xE78B8D) is known color: Wewak. HEX triplet: E7, 8B and 8D. RGB value is (231,139,141). Sum of RGB (Red+Green+Blue) = 231+139+141=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78B8D is #187472. Grayscale: #A6A6A6. Windows color (decimal): -1602675 or 9276391. OLE color: 9276391.
HSL color Cylindrical-coordinate representation of color #E78B8D: hue angle of 358.7º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78B8D is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 141 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.09 |
| HSL | 358.7º | 0.66% | 0.73% | - |
| HSV(B) | 358.7º | 0.4% | 0.91% | - |
| XYZ | 47 | 37.38 | 29.94 | - |
| YUV | 166.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 141 | 0 | 0.40 | 0.39 | 0.09 | 358.7 | 0.66 | 0.73 |
| Hex | E7 | 8B | 8D | 0 | 28 | 27 | 9 | 167 | 42 | 49 |
| Octal | 347 | 213 | 215 | 0 | 50 | 47 | 11 | 547 | 102 | 111 |
| Binary | 11100111 | 10001011 | 10001101 | 0 | 101000 | 100111 | 1001 | 101100111 | 1000010 | 1001001 |
Color Harmonies of #E78B8D
Complementary color
Monochromatic Colors of #E78B8D
Black with #E78B8D
Text Example
Text Example
White with #E78B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78B8D; }
p { color: rgb(231,139,141); }
H1.HeaderClassName
{
color: #E78B8D;
}
.AnyTagClassName
{
color: #E78B8D;
}
</style>
background-color css
<style>
a { background-color: #E78B8D; }
a { background-color: rgb(231,139,141); }
div.DivClassName
{
background-color: #E78B8D;
}
.BgClassName
{
background-color: #E78B8D;
}
</style>
border-color css
<style>
span { border-color: #E78B8D; }
span { border-color: rgb(231,139,141); }
td.TdClassName
{
border-color: #E78B8D;
}
.TagClassName
{
border-color: #E78B8D;
}
</style>