Shades of Wewak #E78F9A
Tints of Wewak #E78F9A
RGB
CMYK
RGB Variations
Color information
#E78F9A (or 0xE78F9A) is known color: Wewak. HEX triplet: E7, 8F and 9A. RGB value is (231,143,154). Sum of RGB (Red+Green+Blue) = 231+143+154=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78F9A is #187065. Grayscale: #AAAAAA. Windows color (decimal): -1601638 or 10129383. OLE color: 10129383.
HSL color Cylindrical-coordinate representation of color #E78F9A: hue angle of 352.5º 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 #E78F9A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 154 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.09 |
| HSL | 352.5º | 0.65% | 0.73% | - |
| HSV(B) | 352.5º | 0.38% | 0.91% | - |
| XYZ | 48.61 | 38.97 | 35.53 | - |
| YUV | 170.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 154 | 0 | 0.38 | 0.33 | 0.09 | 352.5 | 0.65 | 0.73 |
| Hex | E7 | 8F | 9A | 0 | 26 | 21 | 9 | 160 | 41 | 49 |
| Octal | 347 | 217 | 232 | 0 | 46 | 41 | 11 | 540 | 101 | 111 |
| Binary | 11100111 | 10001111 | 10011010 | 0 | 100110 | 100001 | 1001 | 101100000 | 1000001 | 1001001 |
Color Harmonies of #E78F9A
Complementary color
Monochromatic Colors of #E78F9A
Black with #E78F9A
Text Example
Text Example
White with #E78F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78F9A; }
p { color: rgb(231,143,154); }
H1.HeaderClassName
{
color: #E78F9A;
}
.AnyTagClassName
{
color: #E78F9A;
}
</style>
background-color css
<style>
a { background-color: #E78F9A; }
a { background-color: rgb(231,143,154); }
div.DivClassName
{
background-color: #E78F9A;
}
.BgClassName
{
background-color: #E78F9A;
}
</style>
border-color css
<style>
span { border-color: #E78F9A; }
span { border-color: rgb(231,143,154); }
td.TdClassName
{
border-color: #E78F9A;
}
.TagClassName
{
border-color: #E78F9A;
}
</style>