Shades of Wewak #E89294
Tints of Wewak #E89294
RGB
CMYK
RGB Variations
Color information
#E89294 (or 0xE89294) is known color: Wewak. HEX triplet: E8, 92 and 94. RGB value is (232,146,148). Sum of RGB (Red+Green+Blue) = 232+146+148=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E89294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89294 is #176D6B. Grayscale: #ACACAC. Windows color (decimal): -1535340 or 9736936. OLE color: 9736936.
HSL color Cylindrical-coordinate representation of color #E89294: hue angle of 358.6º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E89294 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 148 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.09 |
| HSL | 358.6º | 0.65% | 0.74% | - |
| HSV(B) | 358.6º | 0.37% | 0.91% | - |
| XYZ | 48.9 | 39.85 | 33.13 | - |
| YUV | 171.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 148 | 0 | 0.37 | 0.36 | 0.09 | 358.6 | 0.65 | 0.74 |
| Hex | E8 | 92 | 94 | 0 | 25 | 24 | 9 | 167 | 41 | 4A |
| Octal | 350 | 222 | 224 | 0 | 45 | 44 | 11 | 547 | 101 | 112 |
| Binary | 11101000 | 10010010 | 10010100 | 0 | 100101 | 100100 | 1001 | 101100111 | 1000001 | 1001010 |
Color Harmonies of #E89294
Complementary color
Monochromatic Colors of #E89294
Black with #E89294
Text Example
Text Example
White with #E89294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89294; }
p { color: rgb(232,146,148); }
H1.HeaderClassName
{
color: #E89294;
}
.AnyTagClassName
{
color: #E89294;
}
</style>
background-color css
<style>
a { background-color: #E89294; }
a { background-color: rgb(232,146,148); }
div.DivClassName
{
background-color: #E89294;
}
.BgClassName
{
background-color: #E89294;
}
</style>
border-color css
<style>
span { border-color: #E89294; }
span { border-color: rgb(232,146,148); }
td.TdClassName
{
border-color: #E89294;
}
.TagClassName
{
border-color: #E89294;
}
</style>