Shades of Wewak #E78F9E
Tints of Wewak #E78F9E
RGB
CMYK
RGB Variations
Color information
#E78F9E (or 0xE78F9E) is known color: Wewak. HEX triplet: E7, 8F and 9E. RGB value is (231,143,158). Sum of RGB (Red+Green+Blue) = 231+143+158=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78F9E is #187061. Grayscale: #ABABAB. Windows color (decimal): -1601634 or 10391527. OLE color: 10391527.
HSL color Cylindrical-coordinate representation of color #E78F9E: hue angle of 349.77º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78F9E is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 158 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.09 |
| HSL | 349.77º | 0.65% | 0.73% | - |
| HSV(B) | 349.77º | 0.38% | 0.91% | - |
| XYZ | 48.95 | 39.1 | 37.32 | - |
| YUV | 171.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 158 | 0 | 0.38 | 0.32 | 0.09 | 349.77 | 0.65 | 0.73 |
| Hex | E7 | 8F | 9E | 0 | 26 | 20 | 9 | 15E | 41 | 49 |
| Octal | 347 | 217 | 236 | 0 | 46 | 40 | 11 | 536 | 101 | 111 |
| Binary | 11100111 | 10001111 | 10011110 | 0 | 100110 | 100000 | 1001 | 101011110 | 1000001 | 1001001 |
Color Harmonies of #E78F9E
Complementary color
Monochromatic Colors of #E78F9E
Black with #E78F9E
Text Example
Text Example
White with #E78F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78F9E; }
p { color: rgb(231,143,158); }
H1.HeaderClassName
{
color: #E78F9E;
}
.AnyTagClassName
{
color: #E78F9E;
}
</style>
background-color css
<style>
a { background-color: #E78F9E; }
a { background-color: rgb(231,143,158); }
div.DivClassName
{
background-color: #E78F9E;
}
.BgClassName
{
background-color: #E78F9E;
}
</style>
border-color css
<style>
span { border-color: #E78F9E; }
span { border-color: rgb(231,143,158); }
td.TdClassName
{
border-color: #E78F9E;
}
.TagClassName
{
border-color: #E78F9E;
}
</style>