Shades of Wewak #E78F96
Tints of Wewak #E78F96
RGB
CMYK
RGB Variations
Color information
#E78F96 (or 0xE78F96) is known color: Wewak. HEX triplet: E7, 8F and 96. RGB value is (231,143,150). Sum of RGB (Red+Green+Blue) = 231+143+150=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78F96 is #187069. Grayscale: #AAAAAA. Windows color (decimal): -1601642 or 9867239. OLE color: 9867239.
HSL color Cylindrical-coordinate representation of color #E78F96: hue angle of 355.23º 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 #E78F96 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 150 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.09 |
| HSL | 355.23º | 0.65% | 0.73% | - |
| HSV(B) | 355.23º | 0.38% | 0.91% | - |
| XYZ | 48.28 | 38.84 | 33.81 | - |
| YUV | 170.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 150 | 0 | 0.38 | 0.35 | 0.09 | 355.23 | 0.65 | 0.73 |
| Hex | E7 | 8F | 96 | 0 | 26 | 23 | 9 | 163 | 41 | 49 |
| Octal | 347 | 217 | 226 | 0 | 46 | 43 | 11 | 543 | 101 | 111 |
| Binary | 11100111 | 10001111 | 10010110 | 0 | 100110 | 100011 | 1001 | 101100011 | 1000001 | 1001001 |
Color Harmonies of #E78F96
Complementary color
Monochromatic Colors of #E78F96
Black with #E78F96
Text Example
Text Example
White with #E78F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78F96; }
p { color: rgb(231,143,150); }
H1.HeaderClassName
{
color: #E78F96;
}
.AnyTagClassName
{
color: #E78F96;
}
</style>
background-color css
<style>
a { background-color: #E78F96; }
a { background-color: rgb(231,143,150); }
div.DivClassName
{
background-color: #E78F96;
}
.BgClassName
{
background-color: #E78F96;
}
</style>
border-color css
<style>
span { border-color: #E78F96; }
span { border-color: rgb(231,143,150); }
td.TdClassName
{
border-color: #E78F96;
}
.TagClassName
{
border-color: #E78F96;
}
</style>